Fork me on GitHub
#emacs
<
2017-03-28
>
pesterhazy14:03:41

If anyone isn't aware (I wasn't until a while ago), dumb-jump doesn't just have a great name but is also awesome for clojure: https://github.com/jacktasia/dumb-jump

pesterhazy14:03:05

(Bonus feature: it's automatically bound to , g g in Spacemacs)

verma14:03:14

seems to work well with cljs as well 🙂

pesterhazy14:03:36

that's the great thing, it's so dumb it probably can't even tell the difference

verma14:03:49

😄 I like that

verma14:03:19

been looking for something like this for emacs, thanks @pesterhazy for bringing it up

verma14:03:27

wonder if there’s a dumb version of find usages

verma14:03:34

guess a simple search would do so

caio18:03:55

anyone runs midje tests with cider? without midje-mode :thinking_face:

gonewest81818:03:31

in an emacs-based repl, using midje.repl/autotest seems to work fine

caio21:03:42

I mean to be able to see highlighted errors and some jump-to-error links