Fix 'doom compile' error when compiling templates

This commit is contained in:
Henrik Lissner 2019-12-20 05:01:44 -05:00
parent e0bd046339
commit 6d40f30a0a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 3 additions and 2 deletions

View file

@ -51,11 +51,11 @@ DOOMDIR environment variable. e.g.
("config.el" .
(lambda ()
(insert-file-contents
(doom-path doom-core-dir "templates/config.el"))))
(doom-path doom-core-dir "templates/config.example.el"))))
("packages.el" .
(lambda ()
(insert-file-contents
(doom-path doom-core-dir "templates/packages.el")))))))
(doom-path doom-core-dir "templates/packages.example.el")))))))
;; In case no init.el was present the first time `doom-initialize-modules' was
;; called in core.el (e.g. on first install)