feat(evil-collection) forces the usage of gr

As described on
https://github.com/emacs-evil/evil-collection?tab=readme-ov-file#go-to-references-etc-gr-ga
This commit is contained in:
Rahul Martim Juliato
2024-10-10 16:15:24 -03:00
parent 3be73ddf55
commit 4746b0953f

View File

@@ -981,14 +981,13 @@
;; provides a better modal experience by remapping keybindings and ;; provides a better modal experience by remapping keybindings and
;; commands to fit the `evil' style. ;; commands to fit the `evil' style.
(use-package evil-collection (use-package evil-collection
:after evil
:defer t :defer t
:ensure t :ensure t
:custom
(evil-collection-want-find-usages-bindings t)
;; Hook to initialize `evil-collection' when `evil-mode' is activated. ;; Hook to initialize `evil-collection' when `evil-mode' is activated.
:hook :hook
(evil-mode . evil-collection-init) - (evil-mode . evil-collection-init))
:config
(evil-collection-init))
;; UNDO TREE ;; UNDO TREE