bin/quickstart: fix wrong-number-of-args error
This commit is contained in:
parent
cc47798846
commit
7510f5abf0
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ packages and regenerates the autoloads file."
|
||||||
" bin/doom help patch-macos\n\n"
|
" bin/doom help patch-macos\n\n"
|
||||||
"Patch Emacs.app?")))
|
"Patch Emacs.app?")))
|
||||||
(user-error "Will not patch Emacs.app"))
|
(user-error "Will not patch Emacs.app"))
|
||||||
(doom-patch-macos)))
|
(doom-patch-macos nil)))
|
||||||
(user-error (message "%s" (error-message-string e))))
|
(user-error (message "%s" (error-message-string e))))
|
||||||
;; Install Doom packages
|
;; Install Doom packages
|
||||||
(print! "Installing plugins")
|
(print! "Installing plugins")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue