Fork me on GitHub
#emacs
<
2016-01-14
>
jfntn04:01:36

Is there a way to disable the cider-backed indentation in the new clojure-mode?

jfntn04:01:53

This seems to cause auto-indentation minor modes like aggressive-indent to block very frequently

bozhidar06:01:02

you have to disable it in cider simple_smile

bozhidar06:01:07

the problem is that we didn’t add an easy toggle to do this

bozhidar06:01:38

so you’ll have to override clojure-get-indent-function or cider—get-symbol-indent

bozhidar06:01:58

file a ticket for this, as I’m interested in both what’s causing the performance issue

bozhidar06:01:15

and adding some easy way for people to disable this behaviour if they want to do so

malabarba12:01:21

@jfntn as a user of both cider and aggressive-indent-mode, I'd like to try to figure out why it's slow for you

malabarba12:01:23

Could you file a minimal example?

bozhidar12:01:40

“user” simple_smile