From 943107be4c774ab6cf9652fbb58cbe2c31f8e956 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 10 Jun 2025 14:05:16 +0200 Subject: [PATCH] Disabled auto suggenstions from minuet --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index cb43c75..e39ab78 100644 --- a/config.org +++ b/config.org @@ -1200,7 +1200,7 @@ Display the actual color as a background for any hex color value (ex. #ffffff). :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) + ;;(add-hook 'prog-mode-hook #'minuet-auto-suggestion-mode) :config ;; You can use M-x minuet-configure-provider to interactively configure provider and model