From f35c9105509b1c5e01081cf413c68cec575a9047 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 25 May 2022 23:24:31 +0100 Subject: nits --- completion.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'completion.org') 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))) -- cgit v1.2.3