This commit is contained in:
Case Duckworth 2021-09-10 18:30:27 -05:00
parent 777e9d406b
commit 65d065b532
1 changed files with 7 additions and 0 deletions

View File

@ -626,5 +626,12 @@ This function is internal. Use `acdw/make-password-fetcher' instead."
(setq-local blink-matching-paren nil
show-paren-mode nil)))
;;; uh
(defun 💩 (n)
"💩 x N"
(interactive "p")
(dotimes (or n 1)
(insert "💩")))
(provide 'acdw)
;;; acdw.el ends here