Fork me on GitHub
#emacs
<
2018-10-31
>
llsouder13:10:26

How do you "goto declaration" to view the code? google turned up M-. but that did not work for me.

dpsutton13:10:13

that's the universal way to do it and most modes obey it. what was displayed when you tried it?

dadair13:10:27

Cider needs to be running and symbols need to have been defined (eg., eval’d) for M-. to work

dadair13:10:12

Won’t work if you’ve just opened a clojure file in a buffer by itself

dadair13:10:19

As far as I know