summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-10 18:41:44 -0500
committerCase Duckworth2021-09-10 18:41:44 -0500
commit0a3b9b49f0192f544a8701e09c69a5c8b34f2efd (patch)
treec92359802b92e82942e64962ef8d6532e944a434 /lisp/acdw.el
parentRequire kaomoji (diff)
parentAdd 💩 (diff)
downloademacs-0a3b9b49f0192f544a8701e09c69a5c8b34f2efd.tar.gz
emacs-0a3b9b49f0192f544a8701e09c69a5c8b34f2efd.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
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