Skip to content

Commit

Permalink
Delete unused function alc-insert-iso-today
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Sep 18, 2023
1 parent a78c1e5 commit 8f7f170
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lisp/alc/alc-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,6 @@ the date DATE."
(let ((date (if arg (org-read-date) (format-time-string "%Y-%m-%d"))))
(insert date)))

(defun alc-insert-iso-today ()
(interactive)
(insert (format-time-string "%Y-%m-%d")))

(defun alc-delete-file-and-buffer ()
"Kill the current buffer and deletes the file it is visiting."
(interactive)
Expand Down

0 comments on commit 8f7f170

Please sign in to comment.