This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-04
Channels
- # beginners (56)
- # boot (11)
- # cider (1)
- # clojure (112)
- # clojure-denmark (4)
- # clojure-russia (7)
- # clojurescript (45)
- # component (1)
- # cursive (19)
- # data-science (10)
- # datacrypt (1)
- # datascript (22)
- # datomic (3)
- # defnpodcast (2)
- # emacs (4)
- # fulcro (26)
- # hoplon (21)
- # jobs-discuss (5)
- # klipse (5)
- # onyx (8)
- # portkey (1)
- # re-frame (8)
- # reagent (17)
- # ring (7)
- # shadow-cljs (14)
- # spacemacs (9)
- # vim (4)
When i use a quote inside my s-expression then press enter. my s-epxression gets pushed 2 spaces to the right. Its driving me nuts. example:
(def foo "
now when i do anything (add a char, press enter, etc...) It moves the expression forward
(def foo "
its something special just with double quotes
@drewverlee I don't observe such behavior.
im on the develop branch. Any idea what could cause this?
happens on master to
I was, then i tried removing it isolate the problem.
on master branch with a fresh install of everything and it seems to happen. Ill try to fill a more specific bug report when i have time.