Updated emacs section in wsl-setup.org

This commit is contained in:
2019-12-13 12:24:08 +00:00
parent 216064232e
commit d9ec04ff4c

View File

@ -142,7 +142,21 @@
#+BEGIN_SRC tmate
emacs --version
#+END_SRC
Once the right version of emacs is running we can then layer in iimacs on top
Documentation for this is here: https://github.com/iimacs/.emacs.d
#+BEGIN_SRC tmate
cd ~/ # do as your own user
git clone --recursive https://github.com/iimacs/.emacs.d ~/.iimacs.d
#+END_SRC
Add the following to your bashrc:
export IIMACS=~/.iimacs.d
export PATH=${IIMACS}/bin:${PATH}
export EMACSLOADPATH=${IIMACS}:
You can now start emacs :)