emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 9295472: README: Fix example configuration (Fix #


From: ELPA Syncer
Subject: [elpa] externals/corfu 9295472: README: Fix example configuration (Fix #26)
Date: Mon, 7 Jun 2021 07:57:09 -0400 (EDT)

branch: externals/corfu
commit 929547292b273972cded50bb0bc4858489800749
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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)
   )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]