mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Load PATH env var from shell on X11 in addition to macOS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user