Emacs: enable extended evil company-mode bindings
1 file changed, 2 insertions(+), 1 deletion(-)
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>")))