diff options
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r-- | lisp/acdw.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index cdd6cf9..d789a74 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -626,5 +626,12 @@ This function is internal. Use `acdw/make-password-fetcher' instead." | |||
626 | (setq-local blink-matching-paren nil | 626 | (setq-local blink-matching-paren nil |
627 | show-paren-mode nil))) | 627 | show-paren-mode nil))) |
628 | 628 | ||
629 | ;;; uh | ||
630 | (defun 💩 (n) | ||
631 | "💩 x N" | ||
632 | (interactive "p") | ||
633 | (dotimes (or n 1) | ||
634 | (insert "💩"))) | ||
635 | |||
629 | (provide 'acdw) | 636 | (provide 'acdw) |
630 | ;;; acdw.el ends here | 637 | ;;; acdw.el ends here |