summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-09 20:39:18 +0000
committerjao <jao@gnu.org>2022-03-09 20:39:18 +0000
commit21a3923d4c4545cc9b74b84620479f301cbffa4c (patch)
treeb732fc063564b860fda396ff8d1f43b2a808684e /completion.org
parent4be35779ecfe5a9c20a9837e2ebea26c68d20978 (diff)
downloadelibs-21a3923d4c4545cc9b74b84620479f301cbffa4c.tar.gz
elibs-21a3923d4c4545cc9b74b84620479f301cbffa4c.tar.bz2
C-x C-l is free for recenter
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/completion.org b/completion.org
index 6d2e1fc..275bf3a 100644
--- a/completion.org
+++ b/completion.org
@@ -111,7 +111,8 @@
mct-live-update-delay 0.3
mct-live-completion t ;; 'visible
mct-completion-blocklist nil
- mct-completion-passlist '(imenu
+ mct-completion-passlist '(dtache-consult-session
+ imenu
Info-goto-node
Info-index
Info-menu
@@ -570,6 +571,7 @@
(link-hint-open-link)))
:bind (("C-l" . link-hint-open-link)
- ("C-S-l" . jao-link-hint-open-link-ext)))
+ ("C-S-l" . jao-link-hint-open-link-ext)
+ ("C-x C-l" . recenter-top-bottom)))
#+end_src