summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
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
               "<escape>")))