prelude

Daouda 2019-05-25T01:10:35.000200Z

@quieterkali has joined the channel

Daouda 2019-05-25T01:16:37.002500Z

hey guys, I am new at learning clojure and was using intellij and cursive plugin, but i decided to switch to emacs using prelude. I want to know if there a cursive plugin for emacs, if yes how to get it?

Quest 2022-01-06T20:20:32.000400Z

You're probably using different things two years later, but just answering for channel context... There's no Cursive style plugin for Emacs. To get similar features, I'd recommend using Flycheck integrations with CIDER, which will give you syntax highighting / code completion / other goodies while you're connected to a running REPL. You might also consider clj-refactor , but notice that using some of this tooling can be challenging for an Emacs newbie (though isn't it all? 🙂)