Merge pull request #2301 from wnikola/patch-1

Fix typo in env.el
This commit is contained in:
Henrik Lissner 2020-01-05 20:10:32 -05:00 committed by GitHub
commit 4f7217719a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Why this over exec-path-from-shell?
I'd rather it inherit your shell environment /correctly/ (and /completely/)
or not at all. It frontloads the debugging process rather than hiding it
until it you least want to deal with it."
until you least want to deal with it."
(let ((env-file (expand-file-name (or outputfile doom-env-file))))
(cond (clear-p
(unless (file-exists-p env-file)