bin/doom: alias h => help
This commit is contained in:
parent
fbf8a7be56
commit
cf54b3705b
1 changed files with 2 additions and 1 deletions
3
bin/doom
3
bin/doom
|
@ -60,7 +60,8 @@
|
|||
;; Just incase you aren't using Doom!
|
||||
(when (fboundp 'doom|run-all-startup-hooks)
|
||||
(doom|run-all-startup-hooks)))
|
||||
((equal argv '("help"))
|
||||
((and (not (cdr argv))
|
||||
(member (car argv) '("help" "h")))
|
||||
(usage))
|
||||
((not argv)
|
||||
(let ((default-directory user-emacs-directory))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue