This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-25
Channels
- # beginners (20)
- # boot (25)
- # cider (1)
- # cljs-dev (7)
- # cljsjs (1)
- # cljsrn (1)
- # clojure (79)
- # clojure-austin (2)
- # clojure-berlin (13)
- # clojure-dusseldorf (1)
- # clojure-germany (7)
- # clojure-russia (10)
- # clojure-serbia (1)
- # clojure-spec (18)
- # clojure-uk (4)
- # clojured (1)
- # clojurescript (90)
- # cursive (10)
- # datomic (7)
- # emacs (14)
- # hoplon (6)
- # luminus (16)
- # lumo (4)
- # numerical-computing (2)
- # om (25)
- # om-next (1)
- # onyx (11)
- # pedestal (10)
- # protorepl (1)
- # reagent (11)
- # remote-jobs (1)
- # ring (1)
- # rum (38)
- # spacemacs (5)
- # test-check (7)
- # untangled (122)
- # vim (1)
- # yada (8)
is there a way to tell paredit to slurp/navigate including .
as well? This is especially good when using js/process.env
syntax in cljs
uhm I think the main buffer does it, the inf-clojure
buffer does not, but I can live with that
it's frustraing typing "foo being in a state of "foo|" but then having to hit esc, l, a to move to the next part
[XP #cljs-node] has anybody here already created (and needs contributors) or thinking of creating a lumo
mode for emacs?
@richiardiandrea if you use inf-clojure can’t you just (setq inf-clojure-program “lumo”)
?
@jfntn yes, but this is not enough, for example there is no completion. I have come up with a mode anyways 😄
@bozhidar I was wondering if I can add this minor mode to the emacs-clojure
org and in general what you think about it
@richiardiandrea how does completion work with node?
there is a function that does it in lumo
it can be improved of course, for example I don't think it completes something.
atm
yes and I am doing it exactly in my lumo-mode
😄
but this is not returning anything for instance (lumo.repl/get-completions "lumo.repl/")