Rename function
This commit is contained in:
parent
b7534ded39
commit
c057c83270
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
(concat "#+DATE: "
|
(concat "#+DATE: "
|
||||||
(format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
|
(format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
|
||||||
|
|
||||||
(defun generate-unique-id ()
|
(defun mk/generate-unique-id ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((random-number-1 (random 9999))
|
(let ((random-number-1 (random 9999))
|
||||||
(random-number-2 (random 9999)))
|
(random-number-2 (random 9999)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue