I am trying to use Emacs and Cider for Clojure development.
I have installed Cider and Java JDK 7 and also (I think) I have installed Leiningen. I use Ubuntu 14.04 and I saved the lein
file for the Leiningen installation in my home directory, made it executable and run it. After that I don't know how to start programming using Emacs and compile my code. I have searched everywhere and after all the installations a lot of internet sources mention to try M-x cider-jack-in
. When I do that I get:
"The lein executable (specified by `cider-lein-command') isn't on your exec-path"
Also I have searched every question regarding Clojure and Emacs in this site and also in the first 3 pages of Google. I mean each and every one of them.