chore(emacs): add key binding for org-capture
This commit is contained in:
parent
0042a84112
commit
99dd45aa08
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@
|
||||||
;; Org Mode
|
;; Org Mode
|
||||||
"o" '(evil-window-map :which-key "Org Mode")
|
"o" '(evil-window-map :which-key "Org Mode")
|
||||||
"oa" 'org-agenda
|
"oa" 'org-agenda
|
||||||
|
"oc" 'org-capture
|
||||||
;; Git
|
;; Git
|
||||||
"g" '(:ignore t :which-key "Git")
|
"g" '(:ignore t :which-key "Git")
|
||||||
"gs" 'magit-status
|
"gs" 'magit-status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue