This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-31
Channels
- # beginners (64)
- # boot-dev (5)
- # calva (2)
- # clojars (2)
- # clojure (27)
- # clojure-europe (2)
- # clojure-india (1)
- # clojure-italy (30)
- # clojure-nl (3)
- # clojure-spec (46)
- # clojure-uk (19)
- # clojurescript (38)
- # code-reviews (2)
- # cursive (2)
- # datomic (15)
- # events (2)
- # graphql (3)
- # kaocha (1)
- # leiningen (5)
- # lumo (2)
- # off-topic (29)
- # perun (1)
- # re-frame (40)
- # reagent (5)
- # rum (3)
- # spacemacs (11)
- # specter (4)
- # tools-deps (4)
I'm looking to move from away from Parinfer, just to see if something else works better for me. I'm looking at Lispville and Lispy-evil, which would appear to be almost the same thing. There also similar to evil-cleverparens
which comes with spacemacs. Anyone have any opinions on any of these?
Lispy/Lispyville changed my life. I was about to buy a pedal (`SPC k`- on press, Esc
- on release), or drop evil mode altogether.
At the very least enable the safe mode for the existing cleverparens/smartparens thing.
actually, i feel i would probably be happy with parinfer smart mode. Which is still in development, i might take the risk though 😛 . Having trouble integrating it in though. The instructions say: (require 'parinfer-smart)
. I assume i add that to my dotspacemacs/user-init
and have it somehow take the file parinfer-smart.el
file as an argument, which im not sure where to put.
(
I really like smartparens in global strict mode and use lisp state quite a lot. Although with evil-cleverparens I can do a lot of simple editing and refactoring of Clojure just with the evil keybindings and it’s really quick
I never got used to parinfer changing my code around. I guess I am too used to structural editing, which seems to conflict in my mind when using parinfer
Lispy/Lispyville changed my life. I was about to buy a pedal (`SPC k`- on press, Esc
- on release), or drop evil mode altogether.
At the very least enable the safe mode for the existing cleverparens/smartparens thing.
@aisamu did you look at Lispy evil?
there’s a bug in the latest version of smartparens
that is really effecting me. trying to roll back