Skip to content

Commit

Permalink
flyspell: Disable Ispell word completion in Text mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Jan 28, 2024
1 parent 1db99e9 commit 4f82a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,8 @@ typical word processor."
:custom
(flyspell-issue-message-flag nil)
(ispell-program-name "enchant-2")
(ispell-dictionary "english"))
(ispell-dictionary "english")
(text-mode-ispell-word-completion nil))

(use-package flyspell-correct
:after flyspell
Expand Down

0 comments on commit 4f82a25

Please sign in to comment.