Skip to content

Instantly share code, notes, and snippets.

@mhayashi
Created September 3, 2010 22:25
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 mhayashi/564661 to your computer and use it in GitHub Desktop.
Save mhayashi/564661 to your computer and use it in GitHub Desktop.
Modified twittering-mode retweet format
(setq twittering-retweet-format " RT @%s: %t")
(defadvice twittering-organic-retweet
(after edit-from-bol activate)
(beginning-of-line))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment