You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Starting in at version 1.2.0, CIDER's main method of finding definitions is using the builtin emacs
xref-find-definitions
, unless the variablecider-use-xref
is nil, the default beingt
.It would be nice if we could mirror this functionality in evil collection.
evil-collection/modes/cider/evil-collection-cider.el
Line 135 in 29212d1
If it's something you wish to add, I will be happy to make a PR.
The text was updated successfully, but these errors were encountered: