diff options
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/core/core-editor.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el index fff5fc6..ae138bc 100644 --- a/emacs.d/core/core-editor.el +++ b/emacs.d/core/core-editor.el @@ -16,6 +16,7 @@ (when (memq window-system '(mac ns x)) (use-package exec-path-from-shell :ensure t + :init (setq exec-path-from-shell-debug +1) :config (exec-path-from-shell-initialize) (exec-path-from-shell-copy-envs '("TMPDIR")))) |