Fork me on GitHub
#emacs
<
2017-09-28
>
mikepjb16:09:34

does anyone know how to look up source code for the namespace under your cursor in emacs with clojure-mode/cider?

dpsutton16:09:35

hitting M-. should go to it, if you've loaded the namespace you are currently in

dpsutton16:09:58

cider-find-var if you have spacemacs or remapped keys

mikepjb17:09:37

cider-find-ns and similar are just what I was looking for

dpsutton17:09:00

its not talked about a lot, but i really like cider-browse-ns as well