We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1654d6 commit 886fb14Copy full SHA for 886fb14
autoload/emiller.el
@@ -32,14 +32,6 @@
32
(ediff-files (expand-file-name "init.el" doom-private-dir)
33
(expand-file-name "init.example.el" user-emacs-directory)))
34
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
-
43
;;;###autoload
44
(defun +emiller/org-archive-done-tasks ()
45
"Archive all done tasks."
0 commit comments