From: Alex Date: Tue, 29 Apr 2025 13:21:13 +0000 (+0200) Subject: Disable ispell word completion X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=aee16dcccf673c5df244735f62920cd9fe5192e0;p=alex.git Disable ispell word completion --- 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 :(