mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue