summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-06-26 12:49:50 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-06-26 12:49:50 +0200
commit3ae93e33116c69b7b49d4c7c79916cf2570f4098 (patch)
tree19a0fcbdb3b84bd236d25dd31dd2e38c627b1d93 /README.org
parentd2efee4da17e8af0f340865df69eada593f68553 (diff)
Update readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 9797f0a..3ce3eb7 100644
--- a/README.org
+++ b/README.org
@@ -181,7 +181,7 @@ In case you like aggressive auto completion settings, where the completion popup
appears immediately, I recommend to use a cheap completion style like =basic=,
which performs prefix filtering. In this case Corfu completion should still be
very fast in buffers with efficient completion backends. You can try the
-following settings in an Elisp buffer.
+following settings in an Elisp buffer or the Emacs scratch buffer.
#+begin_src emacs-lisp
;; Aggressive completion, cheap prefix filtering.
@@ -213,7 +213,7 @@ code for further details.
completion-styles '(orderless-fast))
#+end_src
-** Completing with Corfu in the minibuffer
+** Completing in the minibuffer
Corfu can be used for completion in the minibuffer, since it relies on child
frames to display the candidates. By default, ~global-corfu-mode~ does not
@@ -247,7 +247,7 @@ completion UI, the following snippet should yield the desired result.
(add-hook 'minibuffer-setup-hook #'corfu-enable-always-in-minibuffer 1)
#+end_src
-** Completing with Corfu in the Eshell or Shell
+** Completing in the Eshell or Shell
When completing in the Eshell I recommend conservative local settings without
auto completion, such that the completion behavior is similar to widely used