emacs: Keep the bookmarks file up to date.
[profile] / emacs-Makefile
index aa8da92..987378a 100644 (file)
@@ -1,7 +1,9 @@
 ### Emacs configuration Makefile
 
+EMACS = emacs
+
 all: dot-emacs.elc
 
 .SUFFIXES: .el .elc
 .el.elc:
-       emacs --batch --eval '(byte-compile-file "$<")'
+       $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'