branch: externals/corfu commit 929547292b273972cded50bb0bc4858489800749 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Fix example configuration (Fix #26) --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 191f0ff..285c0b8 100644 --- a/README.org +++ b/README.org @@ -74,12 +74,14 @@ Orderless is not a necessity. Here is an example configuration: ;; (shell-mode . corfu-mode) ;; (eshell-mode . corfu-mode)) - :config ;; Recommended: Enable Corfu globally. ;; This is recommended since dabbrev can be used globally (M-/). + :init (corfu-global-mode) + :config + ;; Optionally enable cycling for `corfu-next' and `corfu-previous'. ;; (setq corfu-cycle t) )