branch: elpa/nix-mode
commit ffcab906b8d471a2ad9f356843743335dec2cf70
Author: Brian Leung <leun...@mailfence.com>
Commit: Brian Leung <leun...@mailfence.com>

    Makefile: add nix-mode project directory to 'load-path' in 'run' target
    
    Emacs will fail to load our local nix-foo.el unless we append the
    project directory to 'load-path'.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7fe431fae5..59976649ea 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ clean:
        rm -f $(ELCS) $(DOCS)
 
 run:
-       emacs -Q -l nix-mode.el
+       emacs -Q -L . -l nix-mode.el
 
 %.elc: %.el
        emacs -batch -L . --eval "(progn\

Reply via email to