This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-30
Channels
- # adventofcode (18)
- # beginners (27)
- # boot (5)
- # cider (3)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (78)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-uk (1)
- # clojurescript (11)
- # css (1)
- # cursive (11)
- # data-science (6)
- # datascript (3)
- # datomic (3)
- # emacs (24)
- # graphql (1)
- # hoplon (2)
- # off-topic (1)
- # om (8)
- # onyx (1)
- # portkey (11)
- # re-frame (18)
- # ring (5)
- # ring-swagger (1)
- # shadow-cljs (1)
- # sql (5)
- # testing (1)
I’m on vacation without a laptop but it looks as if origami.el supports recursive folding and unfolding. Presumably lists, vectors, hash maps, sets, etc are all interactively foldable.
is there a JavaScript-like Array in Emacs Lisp? I want to mutate it with push and pop.
https://www.emacswiki.org/emacs/RegularExpression may help. They look like expressions that work with the syntax table
the clojure
executable & deps.edn
seem like they could be a very good integration point for org-mode stuff
I'd love to figure out how to have code snippets in org-files, with optional deps listed, and have it run perfectly with no extra context necessary
I've been playing with origami for code folding. It's not behaving as I would like it to. Then I realized one thing: eamcs/cider already indents my clojure code properly; is there a nice way to get code folding via simply indenting ?
Ah, sorry — I had hoped origami would work for you. On the one hand, there are other folding plugins besides origami. Perhaps one of the others... on the other hand, I think Origami determines folds via indentation when no specific regexp exists. You could nuke the clojure regexp (and/or manually unset clojure mode?) to see if that works better for you.
for the regex one, I plyaed with defining my own regex, but could never get it quite to work (either overlap, or matching until end of file)