-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get cider for clojure working #507
Comments
I don't think cider is installed with prelude. Try using |
However its included in the (prelude-require-packages '(clojure-mode Wont this install cider ? If not then where do I include it so that it On Thu, Apr 3, 2014 at 7:24 AM, John Regner [email protected]:
|
You must move the |
John thanks for all the help. I had cloned your repo and had symlinked the cloned folder ~/emacs-prelude Now when I start emacs get the following error - Warning (initialization): An error occurred while loading One curious thing - When I open the ~/emacs-prelude project and search for On Thu, Apr 3, 2014 at 7:53 AM, John Regner [email protected]:
|
Download problems happen from time to time. I guess you've managed to download |
Nope never managed that :) However I love the projectile integration, and On Fri, Apr 4, 2014 at 4:48 PM, Bozhidar Batsov [email protected]:
|
That's odd. Perhaps you don't know that, but I'm also the developer of |
I must be doing something wrong. I am sure if I had manually installed it I like the autocomplete, git integration, packs etc from emacs-live .... On Fri, Apr 4, 2014 at 4:57 PM, Bozhidar Batsov [email protected]:
|
The prelude-modules.el file must be copied from sample/ to personal/ and modifed there (not in the prelude root dir). The problem was mentioned also here, but the reason of the problem was not discovered: bbatsov#507
Hi,
Firstly thanks for the great work on prelude !
I cloned your repo, and made it as my ~/.emacs.d. Then I uncommented the clojure module, from the prelude-modules file.
I then restarted prelude and opened a .clj file. This led to couple of files being downloaded and compiled. However when I do M-x, I cant find any commands for cider.
I would love to use prelude for clojure development. I think it provides a great base, and would like to add all my favourite clojure packages to it. Can you please help me debug this issue ?
The text was updated successfully, but these errors were encountered: