emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geiser: the when body is empty on Emacs 30

condy0919 opened this issue · comments

commented
  (when evil-collection-want-find-usages-bindings
    ;; FIXME:
    ;; ("Callers" ((kbd "C-c <")) geiser-xref-callers
    ;;  :enable (and (geiser-eval--supported-p 'callers)
    ;;               (geiser--symbol-at-point)))
    ;; ("Callees" ((kbd "C-c >")) geiser-xref-callees
    ;;  :enable (and (geiser-eval--supported-p 'callees)
    ;;               (geiser--symbol-at-point)))
    )
commented

I don't see this in geiser anymore.