[Emacs] Only use exec-path-from-shell in MacOS

This commit is contained in:
Ivan Malison 2018-06-03 14:35:49 -07:00
parent ca166bd1a2
commit 2879732b42
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -218,6 +218,7 @@ These definitions silence the byte-compiler.
Sets environment variables by starting a shell. Sets environment variables by starting a shell.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package exec-path-from-shell (use-package exec-path-from-shell
:disabled (not (equal system-type 'darwin))
:config :config
(progn (progn
;; For debugging ;; For debugging