diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-03 13:03:55 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-03 13:04:30 -0700 |
commit | f93d78058246dfce3f9858841e103a9deee3e813 (patch) | |
tree | efa24f150f37f13eb0a04b9f036033d01386d86b | |
parent | ab6f6f697eec18b5075b796be280891c2b46c055 (diff) |
Remove keybindings for corfu-popupinfo
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | init.el | 4 |
2 files changed, 1 insertions, 4 deletions
@@ -3,3 +3,4 @@ /elpa/ /history /transient/ +/auto-save-list/ @@ -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) |