diff --git a/bin/doom b/bin/doom index c908e734d..08e6c5959 100755 --- a/bin/doom +++ b/bin/doom @@ -68,7 +68,9 @@ (member (car args) '("help" "h"))) (usage)) ((not args) - (error "Expecting a command")) + (usage) + (message "") + (error "No command detected, aborting!")) ((let ((default-directory user-emacs-directory)) (setq argv nil noninteractive 'doom)