Add archive shortcut to org

This commit is contained in:
Charlotte Van Petegem 2023-06-28 11:43:01 +02:00
parent 5f98c757f9
commit d814928609
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -253,6 +253,7 @@
:general
(lmap
:keymaps 'org-mode-map
"SPC a" '(org-archive-subtree :which-key "Archive subtree")
"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")