branch: externals/minuet
commit d3eae9eb9fc582f1b64e0e83a238bb796ad6e63e
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    feat!: change default `minuet-before-cursor-filter-length` to 1.
---
 minuet.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/minuet.el b/minuet.el
index 4f10f98c72..e43c6616cb 100644
--- a/minuet.el
+++ b/minuet.el
@@ -164,10 +164,10 @@ value, that common portion is trimmed from the candidate.
 For example, if the value is 15, and a completion candidate ends with
 a 20-character string that exactly matches the 20 characters following
 the cursor, the candidate will be truncated by those 20 characters
-before being presented."
+before being delivered."
   :type 'integer)
 
-(defcustom minuet-before-cursor-filter-length 3
+(defcustom minuet-before-cursor-filter-length 1
   "Length of context before cursor used to filter completion text.
 
 This setting helps prevent the language model from generating
@@ -182,7 +182,7 @@ value, that common portion is trimmed from the candidate.
 For example, if the value is 3, and a completion candidate starts with
 a 10-character string where the last 3 characters exactly match the 3
 characters before the cursor, the candidate will be truncated by those
-3 characters before being presented."
+3 characters before being delivered."
   :type 'integer)
 
 (defcustom minuet-n-completions 3

Reply via email to