Fix #3135: no template after doom install

This commit is contained in:
Henrik Lissner
2020-05-15 17:19:39 -04:00
parent c1bee692cf
commit ea2de668b7

View File

@@ -107,5 +107,5 @@ DOOMDIR environment variable. e.g.
(print! (success "\nFinished! Doom is ready to go!\n"))
(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)))))