General & minor refactor+cleanup

This commit is contained in:
Henrik Lissner 2017-11-05 17:16:13 +01:00
parent 0c2b1b5a93
commit c45e2c4918
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 33 additions and 35 deletions

View file

@ -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: