Created
April 9, 2014 20:54
-
-
Save jordonbiondo/10314390 to your computer and use it in GitHub Desktop.
My super cool gist!
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
| description (begin end &optional description private callback) | |
| "Post the current region as a new paste at gist.github.com | |
| Copies the URL into the kill ring. | |
| With a prefix argument, makes a private paste." | |
| (interactive "r\nsGist Description: \nP") | |
| (let* ((file (or (buff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment