mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
11 lines
224 B
EmacsLisp
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
|