No NARF, only DOOM
This commit is contained in:
parent
a984bf4f26
commit
ad225d2591
104 changed files with 1404 additions and 1409 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ REPO_URL="https://github.com/hlissner"
|
|||
|
||||
all: install autoloads bootstrap.elc
|
||||
|
||||
# If you keep emacs open while running either of these, run narf/reload afterwards
|
||||
# If you keep emacs open while running either of these, run doom-reload afterwards
|
||||
install: autoloads _install bootstrap.elc
|
||||
update: autoloads _update bootstrap.elc
|
||||
|
||||
|
@ -12,7 +12,7 @@ autoloads:
|
|||
@$(EMACS) --batch \
|
||||
-l bootstrap.el \
|
||||
-l core/core-defuns.el \
|
||||
--eval '(narf-reload-autoloads)' 2>&1
|
||||
--eval '(doom-reload-autoloads)' 2>&1
|
||||
|
||||
compile: autoloads bootstrap.elc
|
||||
@$(EMACS) --batch -f batch-byte-compile 2>&1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue