Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. (defun insert-literate-funnes (ch)
  2. (interactive)
  3. (goto-char (point-min))
  4. (insert ">")
  5. (while (< (forward-line 1) 1)
  6. (insert ">")))
Add Comment
Please, Sign In to add comment