I don't ever need to move timestamps by month with a single keybind

This commit is contained in:
Emmet 2024-04-13 18:40:14 -05:00
parent 92bf4e21e2
commit d2052d35b5
2 changed files with 6 additions and 0 deletions

View file

@ -1010,6 +1010,9 @@ same directory as the org-buffer and insert a link to this file."
("Personal.p" ,(list (all-the-icons-material "person" :height 0.9)) nil nil :ascent center)
))
(defalias 'org-timestamp-down 'org-timestamp-down-day)
(defalias 'org-timestamp-up 'org-timestamp-up-day)
(defun org-categorize-by-roam-db-on-save ()
(interactive)
(when (string= (message "%s" major-mode) "org-mode")

View file

@ -1173,6 +1173,9 @@ On Wayland, EAF doesn't work.
*** Org Agenda Convenience Functions
#+BEGIN_SRC emacs-lisp :tangle config.el
(defalias 'org-timestamp-down 'org-timestamp-down-day)
(defalias 'org-timestamp-up 'org-timestamp-up-day)
(defun org-categorize-by-roam-db-on-save ()
(interactive)
(when (string= (message "%s" major-mode) "org-mode")