Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@baron
Created November 26, 2010 05:39
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 baron/716318 to your computer and use it in GitHub Desktop.
Save baron/716318 to your computer and use it in GitHub Desktop.
spell check for twittering-mode tweets
(defun twittering-spell-check ()
(when (eq major-mode 'twittering-edit-mode)
(progn (ispell-minor-mode)
(flyspell-mode))))
(add-hook 'text-mode-hook 'twittering-spell-check)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment