Load PATH env var from shell on X11 in addition to macOS

This commit is contained in:
2016-12-07 11:12:10 +00:00
parent bcc1725df9
commit d5bc369d62

View File

@@ -8,7 +8,7 @@
;;; Code:
(require 'exec-path-from-shell)
(when (memq window-system '(mac ns))
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))
(provide 'siren-env)