summary refs log tree commit diff
path: root/emacs.d/core/core-editor.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-09 09:13:01 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-03-09 09:13:01 -0800
commitb3173cd45c8d751dc089b7b85736bffb95f8a7c7 (patch)
tree340c858deea0ec6a7b1e58a716fe6554273789e9 /emacs.d/core/core-editor.el
parent[emacs] Use unicode symbols for org tasks status. (diff)
downloademacs.d-b3173cd45c8d751dc089b7b85736bffb95f8a7c7.tar.gz
[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.
Diffstat (limited to 'emacs.d/core/core-editor.el')
-rw-r--r--emacs.d/core/core-editor.el1
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"))))