Skip to content

Instantly share code, notes, and snippets.

@joelmccracken
Created September 22, 2011 10:05
Show Gist options
  • Save joelmccracken/1234454 to your computer and use it in GitHub Desktop.
Save joelmccracken/1234454 to your computer and use it in GitHub Desktop.
(defun insert-literate-funnes (ch)
(interactive)
(goto-char (point-min))
(insert ">")
(while (< (forward-line 1) 1)
(insert ">")))
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment