core-packages: refactor
This commit is contained in:
parent
7a98174d2e
commit
6b07f23b4c
2 changed files with 46 additions and 40 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ all: install update
|
|||
|
||||
install: init.el clean-elc
|
||||
@$(EMACS) --batch \
|
||||
--eval '(setq doom-auto-install-p t)' \
|
||||
--eval '(setq doom--auto-install-p t)' \
|
||||
-l init.el \
|
||||
--eval '(message "%s" (if doom--packages "All done!" "Nothing to install"))'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue