mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General & minor refactor+cleanup
This commit is contained in:
4
Makefile
4
Makefile
@ -7,7 +7,7 @@ MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
|
||||
|
||||
all: autoloads autoremove install
|
||||
|
||||
## Aliases
|
||||
## Shortcuts
|
||||
a: autoloads
|
||||
i: install
|
||||
u: update
|
||||
@ -77,7 +77,7 @@ run:
|
||||
|
||||
# Diagnoses potential OS/environment issues
|
||||
doctor:
|
||||
@./bin/doom-doctor
|
||||
@bin/doom-doctor
|
||||
|
||||
## Internal tasks
|
||||
init.el:
|
||||
|
Reference in New Issue
Block a user