summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-21 22:16:09 +0200
committerGravatar Tom Willemse2015-04-21 22:16:09 +0200
commit22084f3d92bc42c4d07115679394952ac164b83a (patch)
tree05aaaa661bff69591713d8ac922a509c7d8e3b55 /emacs/.emacs.d/Makefile
parentd49ecc62a751e4bcfea82d2743b2dc26f4f46614 (diff)
downloaddotfiles-22084f3d92bc42c4d07115679394952ac164b83a.tar.gz
dotfiles-22084f3d92bc42c4d07115679394952ac164b83a.zip
Use cask to compile .elc files
Diffstat (limited to 'emacs/.emacs.d/Makefile')
-rw-r--r--emacs/.emacs.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index bd60d48..a9dbc0f 100644
--- a/emacs/.emacs.d/Makefile
+++ b/emacs/.emacs.d/Makefile
@@ -3,7 +3,7 @@ all: init2.elc init.elc site-lisp/
%.elc: %.el
@echo "ELC $<"
- @emacs -Q -batch -eval "(byte-compile-file \"$<\")"
+ @cask exec emacs -Q -batch -eval "(byte-compile-file \"$<\")"
init.el: init2.el
init2.el: init.org org/intro.org