Skip to content

Commit 21729cc

Browse files
committed
[emacs] flyspell: use timer instead of sit-for
1 parent adef1f6 commit 21729cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emacs/.config/emacs/init.el

+1
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ Pass ORIG-FN, BEG, END, TYPE, ARGS."
10981098
(add-hook 'text-mode-hook 'flyspell-mode)
10991099
:bind (:map flyspell-mode-map ("C-;" . flyspell-auto-correct-word))
11001100
:config
1101+
(setq flyspell-delay-use-timer t) ;; use timer instead of sit-for
11011102
;; Make flyspell work with tree-sitter
11021103
(setq-default flyspell-prog-text-faces
11031104
'(tree-sitter-hl-face:comment

0 commit comments

Comments
 (0)