Fork me on GitHub
#cider
<
2017-11-23
>
carkh08:11:44

Hi, I have tried a full reinstall of emacs 25.3, but for some reason i can't get company mode to work in the cider repl (works fine when editing a file with cider). I get the usual old emacs completion list when pressing tab (that's my company-indent-or-complete-common key). Any idea what i can do, or if it is at all possible to have company completion in the repl ?

carkh08:11:27

when i "M-x company-complete" in the repl, i get the desired behaviour...

magra09:11:44

Hi, when point is on a function, is there a feature to bring me to all the places this function is called from?

magra09:11:14

A bit like the opposite of M-.

carkh09:11:58

there is "find usages" in clj-refactor.el

magra09:11:16

@carkh Thank you! That is what I needed 🙂