diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-22 13:20:06 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-22 13:20:06 +0200 |
| commit | e1acb695198f4752c2c1b5f3023c853d83ed1104 (patch) | |
| tree | a4ef35a3c9364c31991188a450dc1f7143af69b2 | |
| parent | 7d843af7bc3d6e004e56dbecc2a2c4b87a492e81 (diff) | |
README: Update example configuration
| -rw-r--r-- | README.org | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -63,11 +63,12 @@ (use-package corfu ;; Optional customizations ;; :custom - ;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' - ;; (corfu-auto t) ;; Enable auto completion - ;; (corfu-commit-predicate nil) ;; Do not commit selected candidates on next input - ;; (corfu-quit-at-boundary t) ;; Automatically quit at word boundary - ;; (corfu-quit-no-match t) ;; Automatically quit if there is no match + ;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' + ;; (corfu-auto t) ;; Enable auto completion + ;; (corfu-commit-predicate nil) ;; Do not commit selected candidates on next input + ;; (corfu-quit-at-boundary t) ;; Automatically quit at word boundary + ;; (corfu-quit-no-match t) ;; Automatically quit if there is no match + ;; (corfu-echo-documentation nil) ;; Do not show documentation in the echo area ;; Optionally use TAB for cycling, default is `corfu-complete'. ;; :bind (:map corfu-map |
