[Emacs] Only use exec-path-from-shell in MacOS
This commit is contained in:
parent
ca166bd1a2
commit
2879732b42
@ -218,6 +218,7 @@ These definitions silence the byte-compiler.
|
||||
Sets environment variables by starting a shell.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package exec-path-from-shell
|
||||
:disabled (not (equal system-type 'darwin))
|
||||
:config
|
||||
(progn
|
||||
;; For debugging
|
||||
|
Loading…
Reference in New Issue
Block a user