Is anybody using doom emacs with clojure? Have just installed it after using spacemacs for a while. Trying to find any clojure configs to start off.
This is responssibility of your parenthesis manipulation package, I use paredit
but there are others like lispyville
, parinfer
doom-emacs has all of these on the init.el
you just have to choose what you want to use.
Yes!
https://github.com/ericdallo/dotfiles/blob/master/.doom.d/config.el#L99-L134
https://github.com/ericdallo/dotfiles/blob/master/.doom.d/init.el#L100
Thank you!