From 8ada50237d0294b435708c699fc7f363380d2237 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 May 2025 12:43:06 -0500 Subject: delay 2 secs for autocomplete; don't autocomplete in text modes --- modules/selection-framework.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/selection-framework.el') diff --git a/modules/selection-framework.el b/modules/selection-framework.el index 1ee83ca2..a0782997 100644 --- a/modules/selection-framework.el +++ b/modules/selection-framework.el @@ -12,7 +12,8 @@ (use-package company :defer .5 :hook - ((text-mode . company-mode) + ( + ;; (text-mode . company-mode) ;; also disables in org mode (prog-mode . company-mode) (lisp-interaction-mode . company-mode)) :custom @@ -28,7 +29,7 @@ ;; provide proper casing even if I don't. (company-dabbrev-ignore-case t) ;; company completion wait - ( company-idle-delay 0.7) + ( company-idle-delay 2) ;; use vscode icons in the margin (company-format-margin-function #'company-vscode-light-icons-margin) ;; no company-mode in shell & eshell -- cgit v1.2.3