Skip to content

Instantly share code, notes, and snippets.

@Ronmi
Created April 21, 2010 05:41
Show Gist options
  • Select an option

  • Save Ronmi/373466 to your computer and use it in GitHub Desktop.

Select an option

Save Ronmi/373466 to your computer and use it in GitHub Desktop.
(defun plurk_sorryla ()
"Project sorryla from BobChao"
(interactive)
(insert "對不起,都是我的錯! http://bit.ly/sorryla"))
(defun plurk_c9s ()
"入師直奸"
(interactive)
(insert "人 @c9s 真好 (worship)"))
(global-set-key "\C-cps" 'plurk_sorryla)
(global-set-key "\C-cpc" 'plurk_c9s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment