Skip to content

Instantly share code, notes, and snippets.

@agentultra
Created August 16, 2012 19:39
Show Gist options
  • Save agentultra/3372969 to your computer and use it in GitHub Desktop.
Save agentultra/3372969 to your computer and use it in GitHub Desktop.
the caruso function
;; just copypasta to your *scratch* buffer and C-j
;; or add it to your emacs init file for awesomeness
(defun caruso (setup finisher)
(interactive "sSetup: \nsFinisher: ")
(insert (concat "(•_•) " setup "...\n"))
(insert "( •_•)>⌐■-■\n")
(insert (concat "(⌐■_■) ..." finisher "\n"))
(insert "YYYeeeeaaaah!!!!\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment