all repos — nixfiles @ 9a57fc18816f2688c9a8f3c59f4a3cbe34350aba

System and user configuration, managed by nix and home-manager

Emacs: optimise exec-exec-path-from-shell init

Alan Pearce
commit

9a57fc18816f2688c9a8f3c59f4a3cbe34350aba

parent

482be24274f404b03583072f8a59a127aaec731b

1 file 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)))