Skip to content

Instantly share code, notes, and snippets.

@bhyde
Created March 30, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhyde/8d9e93774bbd995866c9868d6e5ae34f to your computer and use it in GitHub Desktop.
Save bhyde/8d9e93774bbd995866c9868d6e5ae34f to your computer and use it in GitHub Desktop.
Emacs init.org entry for grammarbot.io api

grammarbot

Grammarbot.io sells a grammar checking API with a generous free variant. Here I load an emacs interface is found here zevlg/grammarbot.el at github.

(use-package grammarbot
  :quelpa (grammarbot :url "https://raw.githubusercontent.com/zevlg/grammarbot.el/master/grammarbot.el" :fetcher url)
  :commands grammarbot
  :config (progn
            (customize-set-variable 'grammarbot-api-key "KS9C5N3Y")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment