Fix function naming

This commit is contained in:
Marcus Kammer 2023-12-02 14:53:34 +01:00
parent b7534ded39
commit 96a23e888c
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -161,7 +161,7 @@
(concat "#+DATE: "
(format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
(defun generate-unique-id ()
(defun mk/generate-unique-id ()
(interactive)
(let ((random-number-1 (random 9999))
(random-number-2 (random 9999)))