]> code.delx.au - dotemacs/blob - README.md
Change go to address at point bindings
[dotemacs] / README.md
1 # dotemacs
2
3 Clone the dotemacs repository:
4 ```
5 git clone https://delx.net.au/git/dotemacs ~/.emacs.d
6 ```
7
8
9 Initialise the emacs package submodules
10 ```
11 cd ~/.emacs.d
12 git submodule init
13 git submodule update
14 ```