From aee16dcccf673c5df244735f62920cd9fe5192e0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 29 Apr 2025 15:21:13 +0200 Subject: [PATCH] Disable ispell word completion --- emacs/emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 6e0300f..59d1815 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -63,6 +63,7 @@ (global-completion-preview-mode 1) (setq tab-always-indent 'complete) +(setq text-mode-ispell-word-completion nil) ;; Rust support ;; rustic-enable-detached-file-support seems to be problematic :( -- 2.47.3