Ensure humacs location is set.

This commit is contained in:
2020-10-03 06:32:06 +13:00
parent a57dad4e42
commit 7aa94d79d2

View File

@ -47,6 +47,9 @@ fi
# Configure display for vcxsrv
export DISPLAY=`grep -oP "(?<=nameserver ).+" /etc/resolv.conf`:0.0
# Configure emacs location
export EMACSLOADPATH=~/Downloads/humacs:
# Configure docker host
export DOCKER_HOST=tcp://localhost:2375