inf-clojure

GitHub: https://github.com/clojure-emacs/inf-clojure Discord (official chat): https://discord.gg/nFPpynQPME
2019-11-11T15:17:45.001Z

Is there an easy way to enable paredit (with all the clojure settings) in the *inf-clojure* buffer?

2019-11-11T15:18:45.001500Z

Doing something like

(add-hook 'inf-clojure-mode-hook #'enable-paredit-mode)
doesn't seem to match non-paren brackets

richiardiandrea 2019-11-11T16:28:07.001600Z

Uhm i do this exactly and it seems to work...

richiardiandrea 2019-11-11T16:28:44.001800Z

I actually do it also for inf-clojure-minor-mode-hook

2019-11-11T16:38:18.002Z

Strange, now it's matching everything but curly braces. Will have to dig in more a bit later