all repos — archive/dotfiles @ 9a57fc18816f2688c9a8f3c59f4a3cbe34350aba

Superseded by nixfiles

Emacs: optimise exec-exec-path-from-shell init
Alan Pearce alan@alanpearce.eu
Wed, 03 Jul 2019 18:46:32 +0200
commit

9a57fc18816f2688c9a8f3c59f4a3cbe34350aba

parent

482be24274f404b03583072f8a59a127aaec731b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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)))