aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-03 13:03:55 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-03 13:04:30 -0700
commitf93d78058246dfce3f9858841e103a9deee3e813 (patch)
treeefa24f150f37f13eb0a04b9f036033d01386d86b /init.el
parentab6f6f697eec18b5075b796be280891c2b46c055 (diff)
Remove keybindings for corfu-popupinfo
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index 27f6c17..05bd74d 100644
--- a/init.el
+++ b/init.el
@@ -47,10 +47,6 @@
(use-package corfu-popupinfo
:after corfu
:hook (corfu-mode . corfu-popupinfo-mode)
- :bind (:map corfu-map
- ("M-h" . corfu-popupinfo-toggle)
- ("M-k" . corfu-popupinfo-scroll-down)
- ("M-j" . corfu-popupinfo-scroll-up))
:custom
(corfu-popupinfo-delay '(0.25 . 0.1))
(corfu-popupinfo-hide nil)