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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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)))))