我正在使用emacs,clojure-mode和ritz-nrepl。
我已经设置了我的代码来重新加载更改,同时使用以下内容使用swank-clojure - How to Reload files upon save when using swank+leiningen+emacs
如何调整它,以便在使用ritz-nrepl时编译和重新加载我的代码。
答案 0 :(得分:1)
如果您使用的是nREPL,它应该是 C-c-M-n ,但除非您需要ritz中的特定内容,否则我建议使用nrepl.el,因为它取代了swank-clojure项目。 => https://github.com/kingtim/nrepl.el