You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jack Henahan edited this page May 4, 2015
·
2 revisions
Sometimes you will have PATH problems with Emacs. This page tries to
address that with some approaches.
Possibly Emacs doesn't start with the right PATH variable. I always
start it from the terminal, but from the GNOME menu shortcut, it's
just, blank. To check this is indeed the cause, check out:
Or if you have ~/.cabal/bin in your shell's PATH variable, try
using the exec-path-from-shell package (available on Melpa); if you
install it via Emacs' package interface you can just
add (exec-path-from-shell-initialize) to your ~/.emacs (otherwise
you'll also need to load the package).