exec-path-from-shell: silence interactive message on startup on OSX
This commit is contained in:
parent
e0ab05527c
commit
8b0184181d
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
(setq exec-path
|
||||
(or (eval-when-compile
|
||||
(when (require 'exec-path-from-shell nil t)
|
||||
(setq exec-path-from-shell-check-startup-files nil
|
||||
exec-path-from-shell-arguments (delete "-i" exec-path-from-shell-arguments))
|
||||
(nconc exec-path-from-shell-variables '("GOPATH" "GOROOT" "PYTHONPATH"))
|
||||
(exec-path-from-shell-initialize)
|
||||
(persistent-soft-store 'exec-path exec-path "emacs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue