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 :custom
(exec-path-from-shell-arguments '("-l")) (exec-path-from-shell-arguments '("-l"))
:config :config
(when (memq window-system '(mac ns x)) (when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))) (exec-path-from-shell-initialize)))
(use-package envrc (use-package envrc