Fork me on GitHub
#emacs
<
2017-06-02
>
pesterhazy09:06:27

Experience report: I've started using joker with fly-check as a linter and find it life-changing

hlolli12:06:30

does flycheck only work when running cider?

jakemcc15:06:01

@pesterhazy joker + fly-check is super useful. Highly recommend to anyone else. Some of my vim buddies have started using joker with vim and are really liking it too. I really hope joker keeps going and gets more functionality

jakemcc15:06:14

@hlolli independent of cider

mping20:06:44

how do I prevent the backslash of escaping characters?

dpsutton20:06:08

what do you mean?

dpsutton20:06:13

or what is an example?

mping20:06:32

dunno if its cider mode or clojure mode

mping20:06:47

when I press \ emacs asks me what character I want to escape in the prompt

dpsutton20:06:57

i believe that's emacs itself

dpsutton20:06:05

it asks you in prompt?

caio23:06:39

C-h k \ will show you the command it's running. at least you'll find out who's doing that

caio23:06:14

I believe it's paredit

caio23:06:45

yep. (paredit-backslash)

soundguy23:06:32

so can it be re-bound to a different key?

caio23:06:49

it's emacs. of course it can 🙂