summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-10 18:30:27 -0500
committerCase Duckworth2021-09-10 18:30:27 -0500
commit65d065b53200168275354af03952bb4143ae1c53 (patch)
tree68765dc20e43346862e9ccc3c97d34cee5185db8 /lisp/acdw.el
parentConfigure mouse-avoidance-mode (diff)
downloademacs-65d065b53200168275354af03952bb4143ae1c53.tar.gz
emacs-65d065b53200168275354af03952bb4143ae1c53.zip
Add 💩
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el7
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