emacs: add /usr/local/bin to emacs' $PATH
This commit is contained in:
parent
f2d23b8182
commit
d2311f48f6
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue