Include package.el when byte-compiling
This commit is contained in:
parent
2d9f023d14
commit
b0016760fe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ all: init2.elc init.elc site-lisp/oni-smt.elc site-lisp/appt-init.elc \
|
||||||
|
|
||||||
%.elc: %.el
|
%.elc: %.el
|
||||||
@echo "ELC $<"
|
@echo "ELC $<"
|
||||||
@cask exec emacs -Q -batch -eval "(byte-compile-file \"$<\")"
|
@cask exec emacs -Q -batch -l package -eval "(byte-compile-file \"$<\")"
|
||||||
|
|
||||||
init.el: init2.el
|
init.el: init2.el
|
||||||
init2.el: init.org org/intro.org
|
init2.el: init.org org/intro.org
|
||||||
|
|
Loading…
Reference in a new issue