Read & write envvar file as utf-8 #3044

This commit is contained in:
Henrik Lissner 2020-05-14 02:54:56 -04:00
parent 500e078e12
commit 21fda9af60
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 0 deletions

View file

@ -89,6 +89,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
doom-env-file)))
(when (or force-p (not (file-exists-p env-file)))
(with-temp-file env-file
(setq coding-system-for-write 'utf-8)
(print! (start "%s envvars file at %S")
(if (file-exists-p env-file)
"Regenerating"