Fork me on GitHub
#emacs
<
2019-07-06
>
felipebarros06:07:13

Just found clojure-align (`C-c SPC`)... I kept struggling to do that using align-regexp. I just went through all my open Clojure buffers and aligned stuff. ❤️

theeternalpulse06:07:06

There's a way to default it

theeternalpulse06:07:49

that's for evil lispy, there's one in cider I just forget what it was

felipebarros06:07:40

clojure-align-form-automatically seems right 🙂

theeternalpulse06:07:20

oh, you're using lispy?

felipebarros06:07:33

Really cool but may end up creating too much noise on commits if interacting with non-personal projects so for now I'll try do do it by hand 🙂

felipebarros06:07:37

Actually no...

theeternalpulse06:07:48

oh I see it's with clojure-mode.el

theeternalpulse06:07:54

I'm not a fan of the style myself, but yeah, better to opt in manually. Maybe make a function to go thorugh your project files and apply/save

felipebarros06:07:56

To me it lightens the reading experience a little bit. Creates some room by making whats happening extra obvious.