fix(env): initialize env from shell in pgtk window-system

This commit is contained in:
2022-02-22 19:21:40 +00:00
parent a0bc64107c
commit a1f30f6d15

View File

@@ -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