From 5698e23dc606fcb2373b7b7ea458133722ebe9d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Wed, 26 Feb 2025 19:53:50 +0100
Subject: [PATCH] Change company minimum prefix before completion

---
 configuration.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.org b/configuration.org
index b05224f..0986179 100644
--- a/configuration.org
+++ b/configuration.org
@@ -854,7 +854,7 @@ all buffers. I also set =M-/= to trigger =company-complete=
   (global-set-key (kbd "M-/") 'company-complete)
   ;; Complete quite soon
   :custom
-  (company-minimum-prefix-length 3)
+  (company-minimum-prefix-length 1)
   (company-idle-delay 0.1)
   (company-show-quick-access "off")  
   (company-quick-access-hint-function (lambda (param) " unknown"))
-- 
GitLab