mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
cli/quickstart: ensure new init.el doom! is seen
This commit is contained in:
@ -72,7 +72,7 @@ regenerates the autoloads file."
|
|||||||
|
|
||||||
;; In case no init.el was present the first time `doom-initialize-modules' was
|
;; In case no init.el was present the first time `doom-initialize-modules' was
|
||||||
;; called in core.el (e.g. on first install)
|
;; called in core.el (e.g. on first install)
|
||||||
(doom-initialize-modules)
|
(doom-initialize-packages 'force-p)
|
||||||
|
|
||||||
;; Ask if Emacs.app should be patched
|
;; Ask if Emacs.app should be patched
|
||||||
(if (member "--no-env" args)
|
(if (member "--no-env" args)
|
||||||
|
Reference in New Issue
Block a user