Skip to content

Commit

Permalink
Fixed: evil-collection-consult-mark not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Aug 13, 2024
1 parent f70449c commit a824f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
:hook (evil-mode . evil-collection-init)
:bind (([remap evil-show-marks] . evil-collection-consult-mark)
([remap evil-show-jumps] . evil-collection-consult-jump-list))
:config
;; Make `evil-collection-consult-mark' and `evil-collection-consult-jump-list'
;; immediately available.
(evil-collection-require 'consult)
:custom
(evil-collection-setup-debugger-keys nil)
(evil-collection-calendar-want-org-bindings t)
Expand Down

0 comments on commit a824f4b

Please sign in to comment.