branch: externals/minuet commit 4cd42ed86f10d38a197b39f8ee897766c72338f5 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
doc: rearrange example config order. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acc648a94c..95420d1020 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,13 @@ managers. ;; You can use M-x minuet-configure-provider to interactively configure provider and model (setq minuet-provider 'openai-fim-compatible) + (minuet-set-optional-options minuet-openai-fim-compatible-options :max_tokens 64)) + ;; For Evil users: When defining `minuet-ative-mode-map` in insert ;; or normal states, the following one-liner is required. + ;; (add-hook 'minuet-active-mode-hook #'evil-normalize-keymaps) + ;; This is *not* necessary when defining `minuet-active-mode-map`. ;; To minimize frequent overhead, it is recommended to avoid adding @@ -102,10 +106,6 @@ managers. ;; not conflict with Evil's keybindings, as Evil primarily avoids ;; using `M-xxx` bindings. - ;; (add-hook 'minuet-active-mode-hook #'evil-normalize-keymaps) - - (minuet-set-optional-options minuet-openai-fim-compatible-options :max_tokens 256)) - ``` **LLM Provider Examples**: