diff --git a/core/core.el b/core/core.el index b726abb45..27f93f45e 100644 --- a/core/core.el +++ b/core/core.el @@ -432,7 +432,7 @@ in interactive sessions, nil otherwise (but logs a warning)." (if (not (file-readable-p file)) (doom-log "Couldn't read %S envvar file" file) (with-temp-buffer - (insert-file-contents-literally file) + (insert-file-contents file) (search-forward "\n\n" nil t) (while (re-search-forward "\n\\([^= \n]+\\)=" nil t) (save-excursion