summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-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"))))