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.
 
 
 

826 B

Grammar

Real time checking and one-shot methods to check and correct common grammatical errors.

Config

Use writegood-mode to find common writing problems such as cliches, and poor wording. Grammarly for the peons!

(use-package writegood-mode
  :after org
  :config (writegood-mode))

Shortcuts

Toggle writegood-mode with SPC t w:

(dotfiles/leader
  "tw" '(writegood-mode :which-key "Grammar"))