Fork me on GitHub
#cider
<
2018-04-07
>
nha12:04:32

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?

ajs18:04:43

How do you use a cider key binding that says in the docs "If invoked with a prefix argument"?

dorab18:04:05

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.

dorab18:04:13

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.