Spell checker, for checking and maybe fixing the spellation
This commit is contained in:
parent
713ff50d07
commit
03e51fd5f9
@ -772,5 +772,14 @@ targets."
|
||||
;; (use-package pdf-tools
|
||||
;; :config (add-hook 'pdf-view-mode-hook 'turn-off-line-numbers))
|
||||
|
||||
;; built in spell checker, for losers
|
||||
(use-package flyspell
|
||||
:straight (:type built-in)
|
||||
:custom
|
||||
(flyspell-auto-correct-word t)
|
||||
:hook
|
||||
(prog-mode . flyspell-prog-mode)
|
||||
(org-mode . flyspell-mode))
|
||||
|
||||
(provide 'mitch-packages)
|
||||
;;; mitch-packages.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user