From 9a57fc18816f2688c9a8f3c59f4a3cbe34350aba Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jul 2019 18:46:32 +0200 Subject: Emacs: optimise exec-exec-path-from-shell init --- emacs/.emacs.d/main.el | 2 ++ 1 file changed, 2 insertions(+) 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))) -- cgit 1.4.1