diff --git a/wsl-setup.org b/wsl-setup.org index 3b62b15..8b0a751 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -239,10 +239,12 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ # Clone iimacs from github git clone --recursive https://github.com/iimacs/.emacs.d ~/.iimacs.d ~/ - # Add the following entries to .bashrc - echo 'IIMACS=~/.iimacs.d' | tee -a ~/.bashrc - echo 'PATH=${IIMACS}/bin:${PATH}' | tee -a ~/.bashrc - echo 'EMACSLOADPATH=${IIMACS}:' | tee -a ~/.bashrc + # This ensures ii tooling is added to emacs + cat <