mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
I don't ever need to move timestamps by month with a single keybind
This commit is contained in:
parent
92bf4e21e2
commit
d2052d35b5
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue