mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Complain if envvar file exists, but isn't readable
This commit is contained in:
@ -553,7 +553,8 @@ to least)."
|
||||
|
||||
;; Load shell environment, optionally generated from 'doom env'
|
||||
(unless noninteractive
|
||||
(doom-load-envvars-file doom-env-file 'noerror))))
|
||||
(when (file-exists-p doom-env-file)
|
||||
(doom-load-envvars-file doom-env-file)))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user