[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/cape a2b5ed033c 2/2: Extend README
From: |
ELPA Syncer |
Subject: |
[elpa] externals/cape a2b5ed033c 2/2: Extend README |
Date: |
Sat, 2 Jul 2022 05:57:21 -0400 (EDT) |
branch: externals/cape
commit a2b5ed033ccf44d42c3062142d17c63ee5acf3f7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Extend README
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 3261b1aaff..fc5edd463c 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)