Don't generate init.el from init.org

This commit is contained in:
Tom Willemse 2013-06-13 23:22:01 +02:00
parent e616e0a2d7
commit 8e59c9d772

View file

@ -13,10 +13,10 @@ include ../dotfiles2.mk
install: init.elc
init.el: init.org
$(EMACS) -Q -batch \
-eval "(progn (require 'org) (require 'ob-tangle) \
(org-babel-tangle-file \"$^\"))"
# init.el: init.org
# $(EMACS) -Q -batch \
# -eval "(progn (require 'org) (require 'ob-tangle) \
# (org-babel-tangle-file \"$^\"))"
init.elc: init.el
$(EMACS) -Q -batch -eval "(byte-compile-file \"init.el\")"