mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
Fix #3135: no template after doom install
This commit is contained in:
@@ -107,5 +107,5 @@ DOOMDIR environment variable. e.g.
|
|||||||
|
|
||||||
(print! (success "\nFinished! Doom is ready to go!\n"))
|
(print! (success "\nFinished! Doom is ready to go!\n"))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert (doom-glob doom-core-dir "templates/QUICKSTART_INTRO"))
|
(insert-file-contents (doom-glob doom-core-dir "templates/QUICKSTART_INTRO"))
|
||||||
(print! "%s" (buffer-string)))))
|
(print! "%s" (buffer-string)))))
|
||||||
|
Reference in New Issue
Block a user