emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode ffcab906b8 407/500: Makefile: add nix-mode projec


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode ffcab906b8 407/500: Makefile: add nix-mode project directory to 'load-path' in 'run' target
Date: Sat, 29 Jan 2022 08:27:50 -0500 (EST)

branch: elpa/nix-mode
commit ffcab906b8d471a2ad9f356843743335dec2cf70
Author: Brian Leung <leungbk@mailfence.com>
Commit: Brian Leung <leungbk@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

[Prev in Thread] Current Thread [Next in Thread]