This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-04
Channels
- # announcements (5)
- # aws (12)
- # beginners (76)
- # boot (29)
- # cider (24)
- # circleci (9)
- # clojure (64)
- # clojure-dev (27)
- # clojure-europe (3)
- # clojure-houston (1)
- # clojure-italy (33)
- # clojure-nl (19)
- # clojure-poland (1)
- # clojure-spec (6)
- # clojure-uk (20)
- # clojurescript (103)
- # clojutre (1)
- # code-reviews (60)
- # cursive (76)
- # data-science (20)
- # datomic (20)
- # duct (58)
- # figwheel-main (4)
- # fulcro (36)
- # graphql (6)
- # kaocha (4)
- # onyx (1)
- # pathom (15)
- # quil (3)
- # re-frame (15)
- # reagent (15)
- # reitit (9)
- # remote-jobs (2)
- # rewrite-clj (16)
- # ring-swagger (7)
- # shadow-cljs (132)
- # spacemacs (12)
- # sql (5)
- # vim (9)
- # xtdb (12)
- # yada (4)
if i enter paredit mode i can't get an invalid structure. is there another way to do that?
@drewverlee Copy paste is the best way to get an invalid structure. Was an invalid structure what you wanted ?
If you toggle of safe structural editing off, then you can also create an invalid structure in Evil style editing (although I have only tried that with smartparens in strict mode
I wasn't clear. I'm saying, I'm using lisp state, but when I exit that I can still mess up the structure. What's the best way to disallow that globally.
https://practicalli.github.io/spacemacs/install-spacemacs/evil-structural-editing.html Have safe structural editing switched on
Actually, evil cleaver parens should help with that. Maybe I didn't have it on.
Ok, thanks I'm looking at the right tools. I must not have enabled it correctly.
This is how I set up smart parens in .spacemacs https://practicalli.github.io/spacemacs/install-spacemacs/smartparens.html