Fork me on GitHub
#spacemacs
<
2017-09-28
>
vuuvi21:09:58

is there a way to make spacemacs faster for large documents and or really long lines?

eggsyntax23:09:11

@alexkeyes I would look at aggressive-indent-mode as the first candidate. SPC h d v in a clj buffer, and enter aggressive-indent-mode to check its status. If it’s on, try shutting that off first & see how it goes. I like it a lot, but I at least have paid a high perf price for having it on by default.

eggsyntax23:09:04

I’ve found it a bit tricky to disable, but try adding (global-aggressive-indent-mode nil) to your user-config.

jeff.terrell12:09:31

You disable with 1?

eggsyntax13:09:42

Doh! Thanks @U056QFNM5. Copied from an environment where it’s on. I meant (global-aggressive-indent-mode nil). Will change OP as well. @alexkeyes drawing your attention in case you tried this.

jeff.terrell13:09:18

Haha, I was guessing as much. Cool. simple_smile