inf-clojure 2019-11-11

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 brackets

Uhm 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