Refactor noninteractive init; set doom-emacs-dir internally
This commit is contained in:
parent
c24c868945
commit
d85a2a6af0
2 changed files with 16 additions and 27 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
# Ensure emacs always runs from this makefile's PWD
|
||||
EMACS = emacs -q --eval "(setq user-emacs-directory default-directory load-prefer-newer t)"
|
||||
EMACS = emacs -q --eval "(setq noninteractive 'doom)"
|
||||
DOOM = $(EMACS) --batch -l init.el
|
||||
DOOMI = $(subst --batch,,$(DOOM))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue