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