summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-03-28 00:47:35 +0000
committerjao <jao@gnu.org>2025-03-28 00:47:35 +0000
commit1d309761b1f9ca74f25f1322c9c51a3ebddc9c55 (patch)
treeb9d07b296f95559d0f498437257ca4cef690931b /custom
parent494edda8edb60a2e8d966636ff01a2ae6ce1242a (diff)
downloadelibs-1d309761b1f9ca74f25f1322c9c51a3ebddc9c55.tar.gz
elibs-1d309761b1f9ca74f25f1322c9c51a3ebddc9c55.tar.bz2
completion: no consult-apropos anymore
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-completion.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 34701b3..490fd65 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -126,8 +126,7 @@
("M-g e" . consult-error)
("M-s m" . consult-multi-occur)
("M-y" . consult-yank-pop)
- ("C-s" . isearch-forward)
- ("<help> a" . consult-apropos))
+ ("C-s" . isearch-forward))
:custom ((consult-preview-key (kbd "`")))