Merge branch 'development' into 'master'

Fixed emacs path

See merge request jmhbnz/tooling!2
This commit is contained in:
2020-11-04 04:05:33 +00:00

View File

@ -224,11 +224,11 @@ An integral part of our pair development workflow is [[https://github.com/humacs
#+NAME: Install and configure humacs
#+BEGIN_SRC shell
# Clone down humacs
git clone --recursive https://github.com/humacs/humacs /home/$USER/Downloads/
git clone --recursive https://github.com/humacs/humacs /home/$USER/
# Need to ensure environment variables are set for load path
export EMACSLOADPATH=/home/$USER/Downloads/humacs
export EMACSLOADPATH=/home/$USER/humacs
#+END_SRC
** Step 5 - Setup mutt email client