diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-10T12·32+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-10T12·32+0200 |
commit | d2311f48f6778790d02deaab7b3c87c503c25335 (patch) | |
tree | f3e67c810df070be14cfac347fc5649d587af951 | |
parent | f2d23b818290e2719cc2898fbd9d25a5b743c5ec (diff) |
emacs: add /usr/local/bin to emacs' $PATH
-rw-r--r-- | emacs.d/init-settings.el | 2 |
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) |