Don't use exec-path-from-shell on X

This commit is contained in:
David Morgan 2021-08-21 19:46:06 +01:00
parent 1165ee988f
commit 35aac4572f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
:custom
(exec-path-from-shell-arguments '("-l"))
:config
(when (memq window-system '(mac ns x))
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize)))
(use-package envrc