Emacs: enable extended evil company-mode bindings
Alan Pearce alan@alanpearce.eu
Sun, 25 Jun 2023 07:23:52 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -394,7 +394,8 @@ :demand t :commands (evil-collection-init) :ghook ('after-init-hook #'evil-collection-init) :config (progn - (setq evil-collection-magit-use-y-for-yank nil) + (setq evil-collection-magit-use-y-for-yank nil + evil-collection-want-company-extended-keybindings t) (general-unbind 'normal magit-mode-map "<escape>")))