From 5f862fddf339bc32ca6492c82315876183f2147e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2016 13:13:10 -0700 Subject: [emacs] Fix for `exec-path-from-shell'. Still struggling to get this right. --- emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index 4b438a0..d0510e9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -48,7 +48,8 @@ :if (and (eq system-type 'darwin) (display-graphic-p)) :config (progn - (setq exec-path-from-shell-arguments '("-l")) + (setq exec-path-from-shell-debug t + exec-path-from-shell-check-startup-files nil) (exec-path-from-shell-initialize) (exec-path-from-shell-copy-envs '("PATH" "GOROOT" "GOPATH" "GEM_HOME" "GEM_PATH" "MY_RUBY_HOME")))) -- cgit 1.4.1