Commen ton exec-path-from-shell init

This commit is contained in:
Ivan Malison 2016-09-03 17:07:49 -07:00
parent b2743d4188
commit 9e158aed36
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -97,6 +97,7 @@ These definitions silence the byte-compiler.
** exec-path-from-shell ** exec-path-from-shell
Sets environment variables by starting a shell. Sets environment variables by starting a shell.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; TODO: this does not seem to actually install exec-path-from-shell
(eval-and-compile (eval-and-compile
(when (fboundp 'use-package) (when (fboundp 'use-package)
(use-package exec-path-from-shell (use-package exec-path-from-shell