On Mar 17, 12:51 pm, Shawn Hoover <[email protected]> wrote:
> If you want to set the REPL package from your .clj
> buffer, use C-c M-p (slime-repl-set-package).
That worked, thanks.
For newbies, I'll add that slime-repl-set-package is in a slime
contribution not available by default, so you'll have to add the slime-
repl package to the list of arguments in your slime-setup call inside
your .emacs file, like this:
(require 'slime)
(slime-setup '(slime-repl))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---