Emacs load path fixed

This commit is contained in:
Daljit Singh
2020-11-04 17:12:10 +13:00
parent 1ed659d834
commit 2b4ef84d8d

View File

@ -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