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!
|
;; Just incase you aren't using Doom!
|
||||||
(when (fboundp 'doom|run-all-startup-hooks)
|
(when (fboundp 'doom|run-all-startup-hooks)
|
||||||
(doom|run-all-startup-hooks)))
|
(doom|run-all-startup-hooks)))
|
||||||
((equal argv '("help"))
|
((and (not (cdr argv))
|
||||||
|
(member (car argv) '("help" "h")))
|
||||||
(usage))
|
(usage))
|
||||||
((not argv)
|
((not argv)
|
||||||
(let ((default-directory user-emacs-directory))
|
(let ((default-directory user-emacs-directory))
|
||||||
|
Reference in New Issue
Block a user