mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(env): initialize env from shell in pgtk window-system
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
(exec-path-from-shell-debug nil)
|
||||
|
||||
:config
|
||||
(when (memq window-system '(mac ns x))
|
||||
(when (memq window-system '(mac ns x pgtk))
|
||||
(exec-path-from-shell-initialize)))
|
||||
|
||||
;; Set temporary-file-directory to match TMPDIR environment variable
|
||||
|
||||
Reference in New Issue
Block a user