3

I am using emacs, clojure-mode, and ritz-nrepl.

I have set up my code to reload on change, while using swank-clojure using the following - How to Reload files upon save when using swank+leiningen+emacs

How do I adapt it, so that my code is also compiled and reloaded while using ritz-nrepl.

Community
  • 1
  • 1
murtaza52
  • 46,887
  • 28
  • 84
  • 120

1 Answers1

1

It should be C-c-M-n if you're using nREPL, but unless you need something specific in ritz, I would recommend nrepl.el because it replaced swank-clojure project. => https://github.com/kingtim/nrepl.el

runexec
  • 862
  • 4
  • 8
  • The debugging functionality is being offered by ritz, but I will also try out nrepl in the meanwhile, thanks. – murtaza52 Sep 19 '12 at 10:48