My personal emacs configuration
at whitefall 24 lines 398 B view raw view rendered
1# emacs.d 2 3My personal emacs(1) configuration. 4Nothing terribly special. 5 6## Installation 7 8Clone this repository: 9 10```sh 11git clone https://tangled.org/nesv.ca/emacs.d ~/.emacs.d 12``` 13 14or if you prefer [jj]: 15 16```sh 17jj git clone https://tangled.org/nesv.ca/emacs.d ~/.emacs.d 18``` 19 20The next time you start emacs(1), everything should be installed 21automatically. 22 23[jj]: https://docs.jj-vcs.dev/latest/ 24