Update comments

This commit is contained in:
Henrik Lissner 2019-12-15 23:51:59 -05:00
parent 48cd3e0ad0
commit eaa5621b36
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 8 additions and 5 deletions

View file

@ -481,7 +481,9 @@ to least)."
load-path doom--initial-load-path
process-environment doom--initial-process-environment)
;; Load shell environment, optionally generated from 'doom env'
;; Load shell environment, optionally generated from 'doom env'. No need to
;; do so if we're in terminal Emacs, because Emacs will correctly inherit
;; your shell environment there.
(when (and (or (display-graphic-p)
(daemonp))
(file-exists-p doom-env-file))