bin/quickstart: fix wrong-number-of-args error

This commit is contained in:
Henrik Lissner
2018-08-25 12:02:19 +02:00
parent cc47798846
commit 7510f5abf0

View File

@ -348,7 +348,7 @@ packages and regenerates the autoloads file."
" bin/doom help patch-macos\n\n"
"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))))
;; Install Doom packages
(print! "Installing plugins")