Emacs: optimise exec-exec-path-from-shell init
Alan Pearce alan@alanpearce.eu
Wed, 03 Jul 2019 18:46:32 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → 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)))