emacs-evil / evil-collection

A set of keybindings for evil-mode

Repository from Github https://github.comemacs-evil/evil-collectionRepository from Github https://github.comemacs-evil/evil-collection

CIDER: Use conditionaly use `xref-find-definitions` in the goto definitions keybind

toniz4 opened this issue · comments

Starting in at version 1.2.0, CIDER's main method of finding definitions is using the builtin emacs xref-find-definitions, unless the variable cider-use-xref is nil, the default being t.

It would be nice if we could mirror this functionality in evil collection.

If it's something you wish to add, I will be happy to make a PR.

PR welcome.