append path vs clobbering
This commit is contained in:
parent
64cbd09bbe
commit
79ff3c6cbc
@ -30,12 +30,10 @@ shell.
|
||||
"~/go/bin"
|
||||
"~/opt/bin"
|
||||
"/usr/local/plan9/bin"
|
||||
)
|
||||
)
|
||||
)
|
||||
)))
|
||||
|
||||
(setenv "PATH" (concat (getenv "PATH") (mapconcat 'expand-if-exists (remove nil paths) ":")))
|
||||
(setq exec-path (remove "" (split-string (getenv "PATH") ":"))))
|
||||
(setq exec-path (append exec-path (remove "" (split-string (getenv "PATH") ":")))))
|
||||
#+end_src
|
||||
|
||||
** Start the emacs server
|
||||
|
Loading…
Reference in New Issue
Block a user