diff --git a/bin/doom b/bin/doom index 834e56afd..2b0e5086d 100755 --- a/bin/doom +++ b/bin/doom @@ -51,7 +51,8 @@ with a different private module." (setq doom-auto-accept t) (print! (info "Auto-yes on"))) (when help-p - (push command args) + (when command + (push command args)) (setq command "help")) ;; Reload core in case any of the directories were changed.