mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
bin/doom: alias h => help
This commit is contained in:
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))
|
||||
|
Reference in New Issue
Block a user