Fork me on GitHub
#emacs
<
2018-05-08
>
hkjels06:05:28

Was wondering of that to, but I think it’s just some post-production

theeternalpulse07:05:48

does anyone use evil-mode and 'fd' to escape? do you use :ws to save after? I've been using spacemacs for so long but found I could find something more optimal that "fd spc f s" to escape then save.

joelkuiper09:05:06

just swapped evil-paredit for evil-cleverparens (with paredit), and it’s great (my messy dotfiles https://github.com/joelkuiper/dotfiles/blob/master/emacs)

hkjels10:05:16

Interesting. What’s the benefit your seeing?

joelkuiper10:05:17

hitting dd no longer gives an error, but does something sensible while keeping the parens balanced

joelkuiper10:05:03

evil-paredit simply errors out if you are about to unbalance the parens, but cleverparens seems to guess my intention most of the time which is nice

hkjels10:05:44

Nice. I’ll give it a go

theeternalpulse14:05:37

what about lispy, I hear it is pretty great, i'm still setting it up in my emacs.d but have seen comments of how much better it is than paredit. I've also used parinfer with some luck.

joelkuiper14:05:40

haven’t really looked into them, paredit and vim bindings are in muscle memory … so I see no reason to break old habits 😛

👍 4
mattly20:05:12

I’m coming back to emacs from a stint in Atom, and revisiting my configs… what do y’all use for linting clojure?

theeternalpulse21:05:06

do you mean for form structure or highlighting other errrors?

theeternalpulse21:05:03

above this thread are some suggestions on good lisp structure libraries I've used paredit and parinfer with success, though there are other options.

mattly21:05:38

mostly other errors, it’s been a long time since I’ve had a true syntax error

bozhidar06:05:33

flycheck-joker and squiggly-clojure are popular options