I showed you my source code, pls respond
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.
 
 
 

975 B

Spelling

Real time checking and one-shot methods to check and correct common spelling mistakes.

Config

Configure ispell1 as a back-end with flyspell2 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"))

Footnotes