From 2b4ef84d8d4dde9c38a4cb7e7a5af13e36a9bb49 Mon Sep 17 00:00:00 2001 From: Daljit Singh Date: Wed, 4 Nov 2020 17:12:10 +1300 Subject: [PATCH] Emacs load path fixed --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a933bd1..8cf0b2b 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=~/Downloads/humacs: +export EMACSLOADPATH=~/humacs: # Configure docker host export DOCKER_HOST=tcp://localhost:2375