summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:13:10 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:13:10 -0700
commit5f862fddf339bc32ca6492c82315876183f2147e (patch)
treedf31b92eac718934fb04484c86e95cc4fcbd941a
parent[emacs] Add settings for `shell-pop'. (diff)
downloademacs.d-5f862fddf339bc32ca6492c82315876183f2147e.tar.gz
[emacs] Fix for `exec-path-from-shell'.
Still struggling to get this right.
-rw-r--r--emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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"))))