This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-09
Channels
- # aleph (9)
- # bangalore-clj (1)
- # beginners (3)
- # boot (58)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (31)
- # clojure (35)
- # clojure-greece (1)
- # clojure-poland (4)
- # clojure-russia (1)
- # clojure-spec (65)
- # clojure-uk (1)
- # clojurescript (41)
- # data-science (2)
- # datascript (6)
- # devcards (3)
- # emacs (2)
- # hoplon (10)
- # liberator (3)
- # numerical-computing (1)
- # off-topic (1)
- # om (18)
- # onyx (17)
- # parinfer (1)
- # planck (1)
- # re-frame (13)
- # specter (7)
- # uncomplicate (1)
- # untangled (4)
- # vim (1)
- # yada (2)
if someone is interested in helping out - there’s plenty of tasks here https://github.com/clojure-emacs/cider/issues
Is :form
a default indent rule, so when only have one special argument and this argument has no special internal indent,
[1 :form :form] = [1] = 1?
Hey @bozhidar what's the best way to get a version of CIDER running to hack on? make run-cider
?. I haven't done much directly with elisp yet
I just install CIDER from MELPA and start updating parts of it by changing and evaluating the Elisp source code
@doglooksgood it’s mentioned in the spec - The keyword :form, meaning “every arg indents like a function form”.
It's been on my list for a long time to contribute back to CIDER 😬 - maybe Hacktober will finally be my motivator
@jcsims I actually play with a cloned version of the source code; the effect is pretty much the same
can’t really M-.
into something before evaluating it from the cloned source, but it’s not a big deal idea (grepping gets the job done 🙂 )