Skip to content

Commit 886fb14

Browse files
committedAug 24, 2024
chore: Remove function
C-c . org-timestamp does this and more
1 parent b1654d6 commit 886fb14

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎autoload/emiller.el

-8
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
(ediff-files (expand-file-name "init.el" doom-private-dir)
3333
(expand-file-name "init.example.el" user-emacs-directory)))
3434

35-
;;;###autoload
36-
(defun insert-todays-date (arg)
37-
(interactive "P")
38-
(insert (if arg
39-
(format-time-string "%d-%m-%Y")
40-
(format-time-string "%Y-%m-%d"))))
41-
(global-set-key (kbd "C-c d") 'insert-todays-date)
42-
4335
;;;###autoload
4436
(defun +emiller/org-archive-done-tasks ()
4537
"Archive all done tasks."

0 commit comments

Comments
 (0)
Please sign in to comment.