-
Notifications
You must be signed in to change notification settings - Fork 243
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
Hard coding clojure-mode for cljs will cause problems #228
Comments
Please do provide a patch :-) |
Of course, but it does not make sense now, I will wait the bump to |
Ah you mean a patch for |
When playing with re-natal, I can't use C-x C-e to send latest sexp to figwheel, cider will show something like: user-error: `cider-eval-last-sexp' needs a Clojure REPL. If you don't know what that means, you probably need to jack-in (`C-c M-j’). After comment out my mode-alist setting in .emacs, this issue gone. version: CIDER 0.12.0snapshot (package: 20160306.1636) [cider/cider-nrepl "0.12.0-SNAPSHOT"] related issue: overtone/emacs-live#228 clojure-emacs/cider-nrepl#301 Signed-off-by: Yen-Chin Lee <[email protected]>
For the record, there's no reason to wait for cider 0.11.0 (which is already out anyway, btw). Clojure-mode has had a |
For the record, I did not know 😄 I will patch! |
😉 👍 |
Done, and btw @samaaron in the process of upgrading the I know I should rebase to align myself to master but I think I will do when emacs-live switches to cider |
I have had this problem while updating
cider
to0.11.0
(you can see that I am keeping up with the updates, but not maintaining publicly this here) because of the following line:emacs-live/packs/dev/clojure-pack/config/clojure-conf.el
Lines 58 to 59 in 7983bc7
The two lines will need to be removed, I can provide a patch when Emacs Live moves to
0.11.0
as well.The text was updated successfully, but these errors were encountered: