diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/init.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index c1a7366d..89065062 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -31,12 +31,13 @@ (delete-dups (append (parse-colon-path - (elt (split-string-and-unquote - (with-output-to-string - (with-current-buffer standard-output - (call-process "/usr/libexec/path_helper" nil t nil "-s"))) - "[=;]") - 1)) + (setenv "PATH" + (elt (split-string-and-unquote + (with-output-to-string + (with-current-buffer standard-output + (call-process "/usr/libexec/path_helper" nil t nil "-s"))) + "[=;]") + 1))) exec-path)) ap/path-configured t)) |