Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Last active August 29, 2015 13:56
Show Gist options
  • Save hub-cap/8964201 to your computer and use it in GitHub Desktop.
Save hub-cap/8964201 to your computer and use it in GitHub Desktop.
(defun snip-reply (b e)
"remove selected lines, and replace with a snip"
(interactive "r")
(delete-region b e)
(insert "> [...]\n" ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment