summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-07-02 11:28:53 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-07-02 11:28:53 +0200
commita2b5ed033ccf44d42c3062142d17c63ee5acf3f7 (patch)
tree6b1ab584ca54ba9f1c5b2d48e7c7af0e2451cd68 /README.org
parent9fbce877837f4f7c86a55dab279a3fce7e25e9b0 (diff)
Extend README
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3261b1a..fc5edd4 100644
--- a/README.org
+++ b/README.org
@@ -250,7 +250,8 @@ personal configuration.
;; Example 3: Define a defensive Dabbrev Capf, which accepts all inputs.
;; If you use Corfu and `corfu-auto=t', the first candidate won't be auto
- ;; selected! You can use this instead of `cape-dabbrev'.
+ ;; selected even if `corfu-preselect-first=t'! You can use this instead of
+ ;; `cape-dabbrev'.
(defun my-cape-dabbrev-accept-all ()
(cape-wrap-accept-all #'cape-dabbrev))
(add-to-list 'completion-at-point-functions #'my-cape-dabbrev-accept-all)