From d5bf2e15ac30c643008a1ae1d05b847d1ff63941 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 21 Nov 2021 22:35:44 +0000 Subject: today's nits --- completion.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'completion.org') diff --git a/completion.org b/completion.org index f266c49..d897a2a 100644 --- a/completion.org +++ b/completion.org @@ -40,12 +40,12 @@ (use-package corfu :ensure t :demand t - :init (setq tab-always-indent t ;; 'complete + :init (setq tab-always-indent 'complete corfu-echo-documentation 0.25 corfu-cycle t corfu-count 15 corfu-quit-no-match t - corfu-auto t + corfu-auto nil corfu-commit-predicate nil corfu-min-width 20 corfu-max-width 100) @@ -119,6 +119,7 @@ Info-goto-node Info-index Info-menu + jao-buffer-same-mode vc-retrieve-tag)) :bind (:map mct-minibuffer-local-completion-map @@ -525,8 +526,7 @@ (dictionary-lookup-definition))) (add-to-list 'avy-dispatch-alist '(?d . avy-dictionary-act)) - :bind (("C-c a" . avy-goto-char-timer) - ("s-j" . avy-goto-char-timer))) + :bind (("s-j" . avy-goto-char-timer))) (use-package link-hint :ensure t -- cgit v1.2.3