From 9f49d940840413c8a6522b11e071a020aeaa1f28 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 25 Jun 2023 07:23:52 +0200 Subject: Emacs: enable extended evil company-mode bindings --- user/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index 61d67bfe..23d4595d 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -394,7 +394,8 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :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 ""))) -- cgit 1.4.1