summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 8e96461..5ca765b 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -11,6 +11,8 @@
 (use-package exec-path-from-shell
   :if (eq system-type 'darwin)
   :functions (exec-path-from-shell-initialize)
+  :custom ((exec-path-from-shell-arguments nil)
+           (exec-path-from-shell-debug t))
   :config (progn
             (exec-path-from-shell-initialize)))