summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-25 07:23:52 +0200
committerAlan Pearce2023-06-25 07:23:52 +0200
commit9f49d940840413c8a6522b11e071a020aeaa1f28 (patch)
treefd1c1c2bb7a14aa472b1c065beb0bdc01d0aeb68 /user/emacs/init.el
parentc47ebf86c614125bdf3544f837c74dcb8b615152 (diff)
downloadnixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.tar.lz
nixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.tar.zst
nixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.zip
Emacs: enable extended evil company-mode bindings
Diffstat (limited to 'user/emacs/init.el')
-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>")))