Make bin/doom (with no args) equivalent to make all
This commit is contained in:
parent
67269fdf2b
commit
337d2e9533
1 changed files with 2 additions and 2 deletions
4
bin/doom
4
bin/doom
|
@ -63,8 +63,8 @@
|
|||
((equal argv '("help"))
|
||||
(usage))
|
||||
((not argv)
|
||||
(message "Expecting a command!\n")
|
||||
(usage))
|
||||
(let ((default-directory user-emacs-directory))
|
||||
(doom-dispatch (list "refresh"))))
|
||||
((let ((default-directory user-emacs-directory))
|
||||
(doom-dispatch argv)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue