From 7aa94d79d2b4a44b92314808722375e30c2d0155 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 3 Oct 2020 06:32:06 +1300 Subject: [PATCH] Ensure humacs location is set. --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index e8eec5d..a933bd1 100644 --- a/.bashrc +++ b/.bashrc @@ -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