mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): doom install: $DOOMDIR templates
Caused by a regression introduced inb6b755d
. Amend:b6b755dea4
This commit is contained in:
@ -67,7 +67,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
||||
(if (file-exists-p filename)
|
||||
(print! (item "Skipping %s (already exists)...") (path filename))
|
||||
(print! (item "Creating %s...") (path filename))
|
||||
(doom-file-write filename template)
|
||||
(with-temp-file template (insert-file-contents template))
|
||||
(print! (success "Done!")))))
|
||||
(let ((template-dir (doom-path doom-emacs-dir "templates")))
|
||||
`((,doom-module-init-file
|
||||
|
Reference in New Issue
Block a user