]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/my-twitter.el
632b0cd9868c3c25f29acf605fe9af899aedaf93
[.emacs.d.git] / emacs / my-twitter.el
1 (add-to-list 'load-path "~/.emacs.d/vendor/twittering-mode")
2 (require 'twittering-mode)
3
4 (add-hook 'twittering-edit-mode-hook (lambda () (ispell-minor-mode) (flyspell-mode)))