Re: What Emacs framework do you prefer?

2021-08-10 Thread Laws
Thank you, everyone, I'll investigate these suggestions. On Monday, August 9, 2021 at 10:50:04 PM UTC-4 Laws wrote: > I've been away from Clojure for 3 years but I've decided my next project > will be pure Clojure. I'm setting everything up on a new MacBook Pro that I > just bought. I just

Re: What Emacs framework do you prefer?

2021-08-10 Thread Zack Teo
If you are looking for a framework for Emacs as a whole - I personally use Doom Emacs - which for the most part, I just enable clojure module on. Many others seem to use Spacemacs - of which practicalli seems to have some guides on here

Re: What Emacs framework do you prefer?

2021-08-10 Thread Jiacai Liu
https://github.com/flyingmachine/emacs-for-clojure I recommend flyingmachine's config, tailored for clojure development. Also his awesome book https://www.braveclojure.com/basic-emacs/ On Tue, Aug 10, 2021 at 10:50:04 AM +0800, Laws wrote: I've been away from Clojure for 3 years but I've

Re: What Emacs framework do you prefer?

2021-08-10 Thread Oleksandr Shulgin
On Tue, Aug 10, 2021 at 4:50 AM Laws wrote: > Does anyone want to either recommend a framework or share an init file > that has some customizations for Clojure? https://cider.mx/ Cheers, -- Alex -- You received this message because you are subscribed to the Google Groups "Clojure" group.

What Emacs framework do you prefer?

2021-08-09 Thread Laws
I've been away from Clojure for 3 years but I've decided my next project will be pure Clojure. I'm setting everything up on a new MacBook Pro that I just bought. I just installed Emacs and I'm wondering what kind of starter-kit or framework do people prefer nowadays? Does anyone want to either