Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat committed Apr 25, 2014
1 parent a2ff74e commit 30700f2
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions lib/krb-misc.el
Expand Up @@ -544,8 +544,8 @@ to the given line number."
(if (and (not (= 0 (length output)))
(file-exists-p output))
(find-file output)
(progn
(message "Not found: %s" file-name)))))
(progn
(message "Not found: %s" file-name)))))

(defun krb-insert-register-or-string-insert-rectangle ()
(interactive)
Expand Down Expand Up @@ -585,4 +585,25 @@ See: URL `http://en.wikipedia.org/wiki/ISO_8601'
((lambda (x) (concat (substring x 0 3) ":" (substring x 3 5)))
(format-time-string "%z"))))

(defun oink-oink ()
"You know, for kids."
(interactive)
(insert "\n")
(insert " _ _\n")
(insert " ;`. ,'/\n")
(insert " |`.`-. _____ ,-;,'|\n")
(insert " | `-.\__,-' `-.__//' |\n")
(insert " | `| \ , |\n")
(insert " `. ``` , .'\n")
(insert " \_` . , , `_/\n")
(insert " \ ^ ` , ^ ` /\n")
(insert " | ' | ____ | , |\n")
(insert " | ,' `. |\n")
(insert " | ( O' O ) |\n")
(insert " `. \__,.__/ ,'\n")
(insert " `-._ `--' _,'\n")
(insert " `------'\n")
(insert "\n"))


(provide 'krb-misc)

0 comments on commit 30700f2

Please sign in to comment.