Turn off new ispell word completion
This commit is contained in:
parent
18d16e5e81
commit
e7b529d7b0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue