Skip to content

Instantly share code, notes, and snippets.

@argv0
Created January 5, 2010 20:19
Show Gist options
  • Save argv0/269677 to your computer and use it in GitHub Desktop.
Save argv0/269677 to your computer and use it in GitHub Desktop.
(defun insert-ascii-dong (size)
(interactive "nSize: ")
(insert (concat "8" (make-string size ?=) "D")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment