Emacs: Tangle init2.el from init.org
Eventually it might tangle to init.el, once I finish copying everything.
This commit is contained in:
parent
4e46ca2fd8
commit
d60dd0acee
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
DESTDIR:=$(DESTDIR)/.emacs.d
|
DESTDIR:=$(DESTDIR)/.emacs.d
|
||||||
objects=init.elc init.el gnus.elc gnus.el
|
objects=init.elc init.el gnus.elc gnus.el init2.elc init2.el
|
||||||
modules=eshell site-lisp snippets
|
modules=eshell site-lisp snippets
|
||||||
|
|
||||||
|
EMACS=emacs
|
||||||
|
|
||||||
include ../dotfiles.mk
|
include ../dotfiles.mk
|
||||||
|
|
||||||
|
init2.el: init.org
|
||||||
|
$(EMACS) -Q -batch \
|
||||||
|
-eval "(progn (require 'org) (require 'ob-tangle) (org-babel-tangle-file \"$^\"))"
|
||||||
|
|
Loading…
Reference in a new issue