chore(emacs): add key binding for org-capture

This commit is contained in:
Ade Attwood 2021-11-21 13:33:04 +00:00
parent 0042a84112
commit 99dd45aa08

View file

@ -94,6 +94,7 @@
;; Org Mode
"o" '(evil-window-map :which-key "Org Mode")
"oa" 'org-agenda
"oc" 'org-capture
;; Git
"g" '(:ignore t :which-key "Git")
"gs" 'magit-status