mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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'
|
;; Load shell environment, optionally generated from 'doom env'
|
||||||
(unless noninteractive
|
(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