diff options
author | Alan Pearce | 2023-06-25 07:23:52 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-25 07:23:52 +0200 |
commit | 9f49d940840413c8a6522b11e071a020aeaa1f28 (patch) | |
tree | fd1c1c2bb7a14aa472b1c065beb0bdc01d0aeb68 /user | |
parent | c47ebf86c614125bdf3544f837c74dcb8b615152 (diff) | |
download | nixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.tar.lz nixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.tar.zst nixfiles-9f49d940840413c8a6522b11e071a020aeaa1f28.zip |
Emacs: enable extended evil company-mode bindings
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/init.el | 3 |
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>"))) |