all repos — nixfiles @ 9f49d940840413c8a6522b11e071a020aeaa1f28

System and user configuration, managed by nix and home-manager

Emacs: enable extended evil company-mode bindings

Alan Pearce
commit

9f49d940840413c8a6522b11e071a020aeaa1f28

parent

c47ebf86c614125bdf3544f837c74dcb8b615152

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/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>")))