From d9ec04ff4c11cec628dfb39772547541714abc66 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 13 Dec 2019 12:24:08 +0000 Subject: [PATCH] Updated emacs section in wsl-setup.org --- wsl-setup.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index 582fa1d..6a149ec 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -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 :)