General & minor refactor+cleanup
This commit is contained in:
parent
0c2b1b5a93
commit
c45e2c4918
8 changed files with 33 additions and 35 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue