You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
877 B
877 B
Spelling
Real time checking and one-shot methods to check and correct common spelling mistakes.
Config
Configure ispell
as a back-end with flyspell
for real-time checking and highlighting of spelling mistakes.
(use-package ispell :after org :custom (ispell-dictionary dotfiles/lang))
Shortcuts
Toggle highlighting within buffer specific contexts with SPC t s
:
(dotfiles/leader "ts" '(flyspell-buffer :which-key "Spelling"))