Hello all
I want to use syntax highlighting for clojure in emacs + slime + clojure.
So I did following step.
- run clojure box
- M-x clojure-mode in slime-repl clojure
- syntax highlighting is success.
But repl is not working. I expect a result of 3. But cursor blinks. repl no response.
; SLIME
user> (+ 1 2)
-K\**_ *slime-repl clojure* All L6 (Clojure Slime[clojure])----------
REPL suspected feature is turned off.
Thanks in advance.
BR ChangMin Jeon