summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-07-22 13:20:06 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-07-22 13:20:06 +0200
commite1acb695198f4752c2c1b5f3023c853d83ed1104 (patch)
treea4ef35a3c9364c31991188a450dc1f7143af69b2
parent7d843af7bc3d6e004e56dbecc2a2c4b87a492e81 (diff)
README: Update example configuration
-rw-r--r--README.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.org b/README.org
index e5e75f3..b2e0172 100644
--- a/README.org
+++ b/README.org
@@ -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