From 74ac427e613ae27ea793cf963f65fb3171260663 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 6 Mar 2021 07:00:12 +1300 Subject: [PATCH] Corrected my default emacsloadpath. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f4b4113..f6fdc05 100644 --- a/.bashrc +++ b/.bashrc @@ -48,7 +48,7 @@ fi export DISPLAY=`grep -oP "(?<=nameserver ).+" /etc/resolv.conf`:0.0 # Configure emacs location -export EMACSLOADPATH=~/humacs: +export EMACSLOADPATH=~/Downloads/humacs: # Configure docker host (only needed on wsl 1) #export DOCKER_HOST=tcp://localhost:2375