I\'m using the Clojure mode package from ELPA. Otherwise everything is fine, but I just can\'t stand paredit mode. I can\'t seem to turn it off easily, now I just disable it for
Found one trick that works. Before the elpa packages are loaded in init.el, add this hook to clojure mode:
init.el
(add-hook 'clojure-mode-hook (lambda () (paredit-mode nil)))