mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add convenience task aliases to makefile
This commit is contained in:
9
Makefile
9
Makefile
@ -7,6 +7,15 @@ MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
|
|||||||
|
|
||||||
all: autoloads autoremove install
|
all: autoloads autoremove install
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
a: autoloads
|
||||||
|
i: install
|
||||||
|
u: update
|
||||||
|
r: autoremove
|
||||||
|
c: compile
|
||||||
|
cc: compile\:core
|
||||||
|
ce: compile\:elpa
|
||||||
|
|
||||||
## Package management
|
## Package management
|
||||||
install: init.el .local/autoloads.el
|
install: init.el .local/autoloads.el
|
||||||
@$(EMACS) -f doom/packages-install
|
@$(EMACS) -f doom/packages-install
|
||||||
|
Reference in New Issue
Block a user