This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-07
Channels
- # beginners (166)
- # cider (6)
- # cljs-dev (12)
- # cljsrn (64)
- # clojure (71)
- # clojure-chicago (1)
- # clojure-spec (14)
- # clojure-uk (2)
- # clojurescript (25)
- # datomic (2)
- # docs (1)
- # duct (1)
- # emacs (4)
- # fulcro (5)
- # graphql (3)
- # java (46)
- # mount (5)
- # off-topic (29)
- # onyx (1)
- # portkey (10)
- # re-frame (12)
- # remote-jobs (1)
- # shadow-cljs (46)
- # spacemacs (1)
- # specter (4)
- # vim (2)
It looks like in .cljc
files cider now does color syntax only for the current REPL. Is there a way to force it to color both clj/cljs?
How do you use a cider key binding that says in the docs "If invoked with a prefix argument"?
In emacs terminology, you provide a prefix-argument to a function by typing (by default) C-u (the control key and the u
key at the same time) just before the key binding for the cider function.
So, for example C-c C-o
will clear the output buffer of the last output, but C-u C-c C-o
will clear the entire output buffer.