Fork me on GitHub
#cider
<
2018-09-21
>
arrdem00:09:06

I use aggressive-indent mode too, and there are definitely some undesirable interactions between it and nontrivial Clojure buffers.

soulflyer02:09:55

From my emacs config:

;; Don't do this, it breaks things. Keybind it instead.
(global-aggressive-indent-mode 1)
;; Ok do it, but don't let it screw up the cider-repl
(add-to-list 'aggressive-indent-excluded-modes 'cider-repl-mode)
I like aggressive indent but the repl doesn't....

soulflyer02:09:55

I wonder - am I the only one who talks to themselves in their config files 🙂

🙃 16
benedek09:09:19

i do it too. called literate programming or something like that 😉

benedek09:09:43

probably should call mine illiterate programming…

👍 4
😁 4