Turn off new ispell word completion

This commit is contained in:
Evie Litherland-Smith 2024-12-17 09:31:42 +00:00
parent 18d16e5e81
commit e7b529d7b0

View file

@ -474,6 +474,11 @@
;; Bind extra `describe-*' commands ;; Bind extra `describe-*' commands
(keymap-global-set "C-h K" #'describe-keymap) (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. ;; turn on spell checking, if available.
(use-package ispell (use-package ispell
:custom :custom