Also my .emacs is pasted here:
Just copy from wiki...
;; clojure mode
(add-to-list 'load-path "/usr/local/clojure-mode")
(require 'clojure-auto)
;; Slime
(add-to-list 'load-path "/usr/local/slime")
(require 'slime)
(slime-setup)
;; clojure swank
(setq swank-clojure-jar-path "/usr/local/clojure
Hi all,
I've been using command line Repl for a while and want to move to
slime/emacs
so I followed instructions in wiki
and got errors in emacs:
I was able to load ants.clj in upper panel.
On the bottom panel, alt -x slime give me the following errors:
(require 'swank.swank)
(swank.swank/ignor