Skip to content

Commit

Permalink
flyspell: check only edited words
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Mar 19, 2024
1 parent 32c0a9f commit 2696c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-spell.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
(use-package flyspell
:ensure nil
:custom
(flyspell-check-changes t)
;; Use M-C-i instead if M-TAB is shadowed by your window manager
(flyspell-use-meta-tab t)
(flyspell-issue-welcome-flag nil)
Expand Down

0 comments on commit 2696c99

Please sign in to comment.