feat: adjust emacs setup

This commit is contained in:
dancingCycle 2022-02-16 10:37:18 +01:00
parent cb1e286e07
commit bfcada4628
2 changed files with 11 additions and 0 deletions

4
doc/.emacs Normal file
View File

@ -0,0 +1,4 @@
(setq visible-bell t)
(setq line-number-mode t)
(setq column-number-mode t)
(global-linum-mode t)

View File

@ -9,3 +9,10 @@ sudo apt update
```
sudo apt install emacs --no-install-recommends
```
* personalise Emacs by copying this
[.emacs file](.emacs)
into the users root folder ```~/```
```
cp doc/.emacs ~/
```