Fork me on GitHub
#spacemacs
<
2018-09-29
>
Daniel Hines17:09:59

@jr0cket, thanks for your help on the Clojure lint layer. Sorry I couldn’t get back to you earlier. It seems like it is indeed a path issue. which joker from my terminal prints out /usr/local/bin. However, when I start up emacs and run which joker from EShell, it can’t find it, and env | grep "PATH" is different from in my terminal. Running (add-to-list 'exec-path "/usr/local/bin/") doesn’t seem to fix the issue. Any idea why my path is different inside emacs?

practicalli-johnny17:09:14

@d4hines can you try running Emacs from the command line (terminal window), assuming you aren't doing so already. Then check if you get a different path.

practicalli-johnny17:09:28

Oh and thanks for asking about Joker, it prompted me to use it and I fond it really useful every day.

Daniel Hines21:09:12

@jr0cket, running emacs from the terminal window indeed resulted in a different path, and which joker returns the correct path. Still not getting the linter to work though.