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:
7
init.el
7
init.el
@@ -981,14 +981,13 @@
|
||||
;; provides a better modal experience by remapping keybindings and
|
||||
;; commands to fit the `evil' style.
|
||||
(use-package evil-collection
|
||||
:after evil
|
||||
:defer t
|
||||
:ensure t
|
||||
:custom
|
||||
(evil-collection-want-find-usages-bindings t)
|
||||
;; Hook to initialize `evil-collection' when `evil-mode' is activated.
|
||||
:hook
|
||||
(evil-mode . evil-collection-init)
|
||||
:config
|
||||
(evil-collection-init))
|
||||
- (evil-mode . evil-collection-init))
|
||||
|
||||
|
||||
;; UNDO TREE
|
||||
|
||||
Reference in New Issue
Block a user