diff .elisp/settings/00.environment.el @ 500:826e5656d9ff

emacs: always get PATH from shell env
author Augie Fackler <raf@durin42.com>
date Sat, 03 Oct 2020 11:22:21 -0400
parents 6f3342c9e53d
children a6d9af3fdc50
line wrap: on
line diff
--- a/.elisp/settings/00.environment.el
+++ b/.elisp/settings/00.environment.el
@@ -1,2 +1,1 @@
-(when (memq window-system '(mac ns))
-  (exec-path-from-shell-initialize))
+(exec-path-from-shell-initialize)