Is there an easy way to enable paredit (with all the clojure settings) in the *inf-clojure*
buffer?
Doing something like
(add-hook 'inf-clojure-mode-hook #'enable-paredit-mode)
doesn't seem to match non-paren bracketsUhm i do this exactly and it seems to work...
I actually do it also for inf-clojure-minor-mode-hook
Strange, now it's matching everything but curly braces. Will have to dig in more a bit later