Fork me on GitHub
#spacemacs
<
2017-05-15
>
claudiu06:05:30

@fatihict thank you. Will take a look

eggsyntax15:05:47

I did some profiling & discovered that aggressive-indent-mode is causing considerable slowdown for me. The trouble is that I can't seem to turn the damn thing off 😜 Have tried all of the following in my .spacemacs, but none of them work (ie help-describe-variable aggressive-indent-mode still shows as t in my buffers. It notes in describe-variable that "Automatically becomes buffer-local when set;" I'm guessing that that's what causes the difficulty, but I don't know how I can work around it.

(setq global-aggressive-indent-mode nil)
  (setq aggressive-indent-mode nil)
  (global-aggressive-indent-mode nil)
  (aggressive-indent-mode nil)
  (spacemacs/toggle-aggressive-indent-globally-off)
Anyone have a suggestion?