From 1ed659d8349d69b1c83c9b0ff212acf1841361dc Mon Sep 17 00:00:00 2001 From: Daljit Singh Date: Wed, 4 Nov 2020 17:01:09 +1300 Subject: [PATCH] Fixed emacs path --- wsl-setup.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsl-setup.org b/wsl-setup.org index c23bb41..64a501d 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -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