Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ;; Beat the damn PATH into shape
  2. (setq my-exec-path '("/usr/texbin" "/usr/local/bin" "/Applications/Emacs.app/Contents/Resources/bin"))
  3. (map 'nil '(lambda (item) (setq exec-path (cons item exec-path))) my-exec-path)
  4. (setenv "PATH" (mapconcat 'identity exec-path path-separator))
Add Comment
Please, Sign In to add comment