summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-21 22:35:44 +0000
committerjao <jao@gnu.org>2021-11-21 22:35:44 +0000
commitd5bf2e15ac30c643008a1ae1d05b847d1ff63941 (patch)
tree87cf428f20ec8898a73087827873270d9fc3f4c1 /completion.org
parent9f1abc66775bee8b1ac552e22fad22090d630235 (diff)
downloadelibs-d5bf2e15ac30c643008a1ae1d05b847d1ff63941.tar.gz
elibs-d5bf2e15ac30c643008a1ae1d05b847d1ff63941.tar.bz2
today's nits
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org8
1 files changed, 4 insertions, 4 deletions
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