about summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init-settings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el
index aa73e25a69ea..db4f281cacfc 100644
--- a/emacs.d/init-settings.el
+++ b/emacs.d/init-settings.el
@@ -5,6 +5,8 @@
 
 ;;; Code:
 
+(add-to-list 'exec-path  "/usr/local/bin")
+
 (when window-system
   (setq frame-title-format '(buffer-file-name "%f" ("%b")))
   (tooltip-mode -1)