branch: externals/minuet
commit 4ed8a466d5b19fc1902bb5e5dee33218ced87c1e
Author: Mike Olson <mwol...@member.fsf.org>
Commit: Mike Olson <mwol...@member.fsf.org>

    README: Small indentation fix to match removal of `general-use-key`
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 54bbe9ec5b..8332798902 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,9 @@ Currently you need to install from github via `package-vc` or
            ("M-e" . #'minuet-dismiss-suggestion))
 
     :init
-     ;; if you want to enable auto suggestion.
-     ;; Note that you can manually invoke completions without enable 
minuet-auto-suggestion-mode
-     (add-hook 'prog-mode-hook #'minuet-auto-suggestion-mode)
+    ;; if you want to enable auto suggestion.
+    ;; Note that you can manually invoke completions without enable 
minuet-auto-suggestion-mode
+    (add-hook 'prog-mode-hook #'minuet-auto-suggestion-mode)
 
     :config
     (setq minuet-provider 'openai-fim-compatible)

Reply via email to