]> code.delx.au - dotemacs/blob - README.md
SSH_AUTH_SOCK
[dotemacs] / README.md
1 # dotemacs
2
3 Configuration for Emacs.
4
5 ## Usage
6
7 Initialise the emacs package submodules
8 ```
9 cd ~/.emacs.d
10 git submodule init
11 git submodule update
12 ```
13
14 Set up Emacs daemon to autostart:
15 ```
16 systemctl --user enable --now emacs
17 ```