summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-05-25 23:24:31 +0100
committerjao <jao@gnu.org>2022-05-28 18:13:12 +0100
commitf35c9105509b1c5e01081cf413c68cec575a9047 (patch)
tree64f8e5fc5aacb5e0e621026119aaccbefd2a2bd7 /completion.org
parent2f041bda5cedfdce0a6a8b3599d1f6f779764619 (diff)
downloadelibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.gz
elibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.bz2
nits
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/completion.org b/completion.org
index ad35b9a..8fdeb23 100644
--- a/completion.org
+++ b/completion.org
@@ -166,11 +166,10 @@
("C-p" . jao-corfu-quit-or-previous)))
(defun corfu-in-minibuffer ()
- "Enable Corfu in the minibuffer only if vertico is not active."
- (when (and window-system (not (bound-and-true-p vertico--input)))
- (corfu-mode 1)))
+ (when (not (bound-and-true-p vertico--input)) (corfu-mode 1)))
(add-hook 'minibuffer-setup-hook #'corfu-in-minibuffer 1)
+
(global-corfu-mode 1)
#+end_src
@@ -578,6 +577,7 @@
(link-hint-open-link)))
:bind (("C-l" . link-hint-open-link)
+ ("C-M-l" . jao-link-hint-open-link-ext)
("C-S-l" . jao-link-hint-open-link-ext)
("C-x C-l" . recenter-top-bottom)))