This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-06
Channels
- # beginners (90)
- # boot (83)
- # cider (39)
- # clara (4)
- # cljs-dev (124)
- # cljsrn (10)
- # clojure (208)
- # clojure-boston (1)
- # clojure-italy (13)
- # clojure-nlp (3)
- # clojure-russia (34)
- # clojure-spec (63)
- # clojure-uk (101)
- # clojurescript (65)
- # community-development (13)
- # copenhagen-clojurians (1)
- # core-async (1)
- # cursive (24)
- # datascript (1)
- # datomic (65)
- # emacs (20)
- # graphql (20)
- # hoplon (21)
- # instaparse (18)
- # jobs (5)
- # jobs-discuss (2)
- # leiningen (8)
- # luminus (32)
- # midje (1)
- # mount (3)
- # off-topic (18)
- # om (10)
- # parinfer (6)
- # pedestal (2)
- # planck (2)
- # precept (22)
- # protorepl (7)
- # re-frame (45)
- # reagent (9)
- # ring (1)
- # ring-swagger (4)
- # rum (2)
- # spacemacs (5)
- # sql (2)
- # unrepl (13)
- # untangled (8)
- # yada (5)
well there's an autowrap option but i don't want to do that to code
in fact i want to wrap myself, Cursive just needs to ;;
the lines
@joelsanchez You can also do Edit->Fill Paragraph in docstrings.
The width it fills to is controlled by Settings->Editor->Code Style->Clojure->General->Docstring fill width
what Cursive does is inserting the ;;
when you break the line you have written
but not if you enter a newline
yeah I see that behaviour as well. I'm pretty sure newline used to also insert it and maintain indent though
tried Fill paragraph
, it works with (comment)
, docstrings and the #_"
example i pasted above
not with line comments!