From b3173cd45c8d751dc089b7b85736bffb95f8a7c7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Mar 2016 09:13:01 -0800 Subject: [emacs] enable debug for exec-path-from-shell It's helpful to see what's being loaded while trying to figure out why is something not working as expected. --- emacs.d/core/core-editor.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d/core/core-editor.el') 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")))) -- cgit 1.4.1