about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-21 19:46:06 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-21 19:46:06 +0100
commit35aac4572f79b792b8136fddc981d01febdf88df (patch)
tree1735c5d71da8382d8b4afa9472f9e09191894da6 /.emacs.d/lisp
parent1165ee988f9dc12b98e13f19905d10c95038df14 (diff)
downloaddotfiles-35aac4572f79b792b8136fddc981d01febdf88df.tar.gz
Don't use exec-path-from-shell on X
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 317216d..cb24098 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -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