Fork me on GitHub
#emacs
<
2017-02-20
>
qqq04:02:48

lispy has a reall cool set of 6 demos (videos + instructions) does lispyville have anything similar? I just see a bunch of key bindings, but no idae how to chain/combo them together

danielgrosse07:02:02

@pesterhazy Ah, it was a typo in the library name. 😓 As usual 😁

danielgrosse13:02:42

As I still use Intellij to write Clojure code but actually trying emacs. Is there a way to jump into java functions or clojure dependencies? Also how can I highlight errors like unknown dependencies?

dpsutton13:02:44

I can jump into clojure dependencies the same way i would navigate my own code: M-. to navigate to the thing under point and M-, to pop back to where i was

dpsutton13:02:54

I'm not sure about the java functions

benedek13:02:22

same should work for java interop too with cider

benedek13:02:34

you need a running repl and your code loaded into it afaik

benedek13:02:22

highlight errors: check out flycheck-clojure aka https://github.com/clojure-emacs/squiggly-clojure