Add the site lisp dir to load path for compilation
This commit is contained in:
parent
7f5546870c
commit
b2e36aaad5
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ all: $(SITE_LISPS) init.elc $(AUTOLOADS_FILE)
|
|||
%.elc: %.el
|
||||
@echo -e "\e[31mELC\e[0m $<"
|
||||
@$(EMACS) -batch \
|
||||
-directory "$(HOME)/.emacs.d/site-lisp" \
|
||||
-eval "(package-initialize)" \
|
||||
-eval "(byte-compile-file \"$<\")"
|
||||
|
||||
|
|
Loading…
Reference in a new issue