Created
April 21, 2010 05:41
-
-
Save Ronmi/373466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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