More org keybindings

This commit is contained in:
Charlotte Van Petegem 2023-03-26 16:24:54 +02:00
parent 466de21365
commit ae7818e1bb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -244,7 +244,11 @@
(org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now")
:general
(lmap
:keymap 'org-mode-map
"SPC i" '(org-insert-heading :which-key "Insert heading")
"SPC <" '(org-promote-subtree :which-key "Decrease level")
"SPC >" '(org-demote-subtree :which-key "Increase level")
"SPC c" '(orc-clone-subtree-with-time-shift :which-key "Repeat subtree")
)
)