Disable spelling completions
Completions work well for code but not prose, so
(with-eval-after-load 'text-mode
(setopt text-mode-ispell-word-completion nil))
Completions work well for code but not prose, so
(with-eval-after-load 'text-mode
(setopt text-mode-ispell-word-completion nil))