apply: Searching for program: No such file or directory, lein
This can be avoided by using the excellent exec-path-from-shell package for Emacs. It is available via (M)ELPA, just install it using list-packages, or download it from github. You can enable it, especially for OS X, by putting this in your init.el:
(when (memq window-system '(mac ns)) (exec-path-from-shell-initialize))
No comments:
Post a Comment