|
|
@ -1,4 +1,4 @@ |
|
|
|
# EMacs Configuration |
|
|
|
# Emacs Configuration |
|
|
|
|
|
|
|
|
|
|
|
Version 2 of my Emacs Configuration updated for Emacs 28.2. Most bindings are kept default. If there are binding changes |
|
|
|
Version 2 of my Emacs Configuration updated for Emacs 28.2. Most bindings are kept default. If there are binding changes |
|
|
|
they are listed here. |
|
|
|
they are listed here. |
|
|
@ -9,6 +9,8 @@ Clone this repo into your home directory using: |
|
|
|
git clone git@git.xchg.sh:angrygoats/emacs-config.git .emacs.d |
|
|
|
git clone git@git.xchg.sh:angrygoats/emacs-config.git .emacs.d |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![emacs screenshot](emacs.png) |
|
|
|
|
|
|
|
|
|
|
|
## Server |
|
|
|
## Server |
|
|
|
|
|
|
|
|
|
|
|
By default `init.el` spins up an Emacs server as it's last task. You can set `EDITOR` to `emacsclient` in order to use your existing |
|
|
|
By default `init.el` spins up an Emacs server as it's last task. You can set `EDITOR` to `emacsclient` in order to use your existing |
|
|
|