mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Configure flyspell with manual activation and ispell timeout
This commit is contained in:
10
dotfiles/desktop/.emacs.d/lisp/tools/spell.el
Normal file
10
dotfiles/desktop/.emacs.d/lisp/tools/spell.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;; spell.el -*- lexical-binding: t; -*-
|
||||
|
||||
(setq ispell-really-hunspell t
|
||||
ispell-silently-savep t
|
||||
ispell-ignore-sentence-boundary t
|
||||
ispell-process-timeout 10)
|
||||
|
||||
(provide 'tools/spell)
|
||||
|
||||
;;; spell.el ends here
|
||||
Reference in New Issue
Block a user