Added instructions for humacs install.

This commit is contained in:
2022-09-20 08:24:47 +12:00
parent 3dc9d46604
commit ee495e1323

View File

@ -189,6 +189,17 @@ sudo npm install --global yarn
** Optional - Setup humacs editor
An integral part of our pair development workflow is [[https://github.com/humacs/humacs][humacs]]. Below are the instructions to set this up.
#+NAME: Install and configure humacs
#+BEGIN_SRC tmate
# Clone down humacs
git clone --recursive https://github.com/jmhbnz/humacs /home/$USER/Downloads/
# Need to ensure environment variables are set for load path
export EMACSLOADPATH=/home/$USER/Downloads/humacs
#+END_SRC
** Optional - Setup mutt mail client