Files
infra/dotfiles/desktop/.emacs.d/lisp/tools/spell.el
2026-04-16 12:24:22 +02:00

11 lines
224 B
EmacsLisp

;;; 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