diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-07-02 11:28:53 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-07-02 11:28:53 +0200 |
| commit | a2b5ed033ccf44d42c3062142d17c63ee5acf3f7 (patch) | |
| tree | 6b1ab584ca54ba9f1c5b2d48e7c7af0e2451cd68 /README.org | |
| parent | 9fbce877837f4f7c86a55dab279a3fce7e25e9b0 (diff) | |
Extend README
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
