Don't generate init.el from init.org
This commit is contained in:
parent
e616e0a2d7
commit
8e59c9d772
1 changed files with 4 additions and 4 deletions
|
@ -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\")"
|
||||
|
|
Loading…
Reference in a new issue