From 4746b0953ff2fd1d35e0f7484c82211d8ca9a855 Mon Sep 17 00:00:00 2001 From: Rahul Martim Juliato Date: Thu, 10 Oct 2024 16:15:24 -0300 Subject: [PATCH] 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 --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index bf5cb01..12a2376 100644 --- a/init.el +++ b/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