emacs: add bindings for managing archival in org-mode

master
an 2020-04-09 01:57:17 -06:00
parent f69c538661
commit b1f2e13c57
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@
(agw-set-key "k" #'windmove-up)
(agw-set-key "l" #'windmove-right)
(agw-set-key "a" #'org-archive-to-archive-sibling)
(agw-set-key "A" #'org-force-cycle-archived)
(agw-key-map-mode)
(global-set-key (kbd "C-x C-<tab>") #'agw-key-map-mode)