This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-20
Channels
- # announcements (8)
- # babashka (19)
- # beginners (100)
- # boot (3)
- # calva (16)
- # cider (8)
- # cljdoc (6)
- # cljsrn (15)
- # clojure (73)
- # clojure-europe (7)
- # clojure-france (1)
- # clojure-italy (12)
- # clojure-nl (11)
- # clojure-sg (1)
- # clojure-uk (17)
- # clojurescript (63)
- # cursive (22)
- # data-science (2)
- # datomic (2)
- # defnpodcast (1)
- # docs (1)
- # fulcro (7)
- # graalvm (8)
- # jackdaw (1)
- # kaocha (11)
- # off-topic (26)
- # pedestal (4)
- # planck (1)
- # re-frame (35)
- # reitit (5)
- # ring (3)
- # shadow-cljs (25)
- # slack-help (11)
- # spacemacs (8)
- # specter (2)
- # tools-deps (61)
- # vscode (6)
- # xtdb (3)
@pithyless I haven't noticed any lag with aggressive indent for the last 6 months I've used it. I don't use lispyvile, maybe that makes a difference, maybe formatting is being duplicated. I was using Emacs 27 but recently switched back to 26.3. Operating system is Ubuntu Linux (19.10). Didn't experience problems on either, so it could be a change in 28. Or it could be that your large code blocks are very large indeed. Do you notice the lag with normal sizes code blocks (not large ones)?
@pithyless On my 2013 Macbook Pro I can definitely feel a slowdown when using aggressive-indent-mode
with medium-to-large size files. I'm on 26.3 and I don't use lispyville.
I'm on a 2015 Macbook Pro; I'll investigate further - the perfomance is worse if you also enable clojure-align-forms-automatically
.
I use align-arguments, align-forms and agressive-indent https://github.com/practicalli/spacemacs-config/blob/master/.spacemacs.d/init.el#L712-L722
@pithyless I use aggressive ident mode, and never noticed any lags
And BTW, I came here because I’m searching for how I can auto activate aggressive ident mode on startup, right now I toggle on every time I open spacemacs