[Emacs] 실행 패스(exec-path) 설정
TIPs 2010. 11. 24. 00:05설정값 보기
C-h v exec-path
설정 (PATH, exec-path)
(setenv "PATH" (concat (getenv "PATH") ":/opt/local/bin"))
(setq exec-path (append exec-path '("/opt/local/bin")))
General Variables 확인
M-: (info "(emacs)General Variables")