From e7b529d7b04a53380da66ae1eaca5488d1ad6305 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Dec 2024 09:31:42 +0000 Subject: [PATCH] Turn off new ispell word completion --- system/home/emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 60dafbc6..83a69cec 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -474,6 +474,11 @@ ;; Bind extra `describe-*' commands (keymap-global-set "C-h K" #'describe-keymap) +(use-package text-mode + :defer t + :custom + (text-mode-ispell-word-completion nil)) + ;; turn on spell checking, if available. (use-package ispell :custom