There are many different ways of providing Emacs with a Clojure REPL for a project. A few people have asked me how to do this recently, so I thought I’d mention the different methods I’ve used. Shell scriptYou can create a command-line script that runs java, executing the clojure.main class with an appropriate classpath set up. Then add something like this to your Emacs lisp. Then from within Ema