summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
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)))