summaryrefslogtreecommitdiff
path: root/lisp/mk.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2024-01-01 15:55:56 -0500
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2024-01-01 15:55:56 -0500
commit0b2c26b0e1fb7aaafcd2bf656b739d9b7223bc65 (patch)
tree4def5d6e13abca5557c4ff433da8581d3cff4422 /lisp/mk.el
parent12668c7677e70abf2f9e336f5c2e35d253faa671 (diff)
oodles of improvements, I don't even know anymore!
Diffstat (limited to 'lisp/mk.el')
-rw-r--r--lisp/mk.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mk.el b/lisp/mk.el
index 28de3ed..748f7b0 100644
--- a/lisp/mk.el
+++ b/lisp/mk.el
@@ -69,5 +69,9 @@
(other-window -1))))))
(bind-key* (kbd "C-c f r") 'mk/rename-file)
+(defun mk/meow ()
+ (interactive)
+ (print "Meow!"))
+
(provide 'mk)
;;; mk.el ends here