Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created December 31, 2008 14:01
Show Gist options
  • Save jimweirich/41973 to your computer and use it in GitHub Desktop.
Save jimweirich/41973 to your computer and use it in GitHub Desktop.
;;; Load twittering mode.
(require 'twittering-mode)
(let ((fn (expand-file-name "~/.pw/twittering-pw.el")))
(when (file-readable-p fn)
(load fn) ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment