mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
|
||||
## Aliases
|
||||
a: autoloads
|
||||
i: install
|
||||
u: update
|
||||
r: autoremove
|
||||
c: compile
|
||||
cc: compile\:core
|
||||
ce: compile\:elpa
|
||||
|
||||
## Package management
|
||||
install: init.el .local/autoloads.el
|
||||
@$(EMACS) -f doom/packages-install
|
||||
|
Reference in New Issue
Block a user