emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `evil-collection-consult--mark-candidates`

Aankhen opened this issue · comments

consult--line-with-cursor was recently replaced with consult--line-with-mark: minad/consult@8f1bea3

Changing this:

(format "%s: %s" (char-to-string char) (consult--line-with-cursor marker))

To use consult--line-with-mark instead seems to make it work.

commented

It should be fixed with 286d69d