From 99dd45aa08bd8dc581360b8a9db8e17a12a7e309 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 21 Nov 2021 13:33:04 +0000 Subject: [PATCH] chore(emacs): add key binding for org-capture --- site-modules/core/files/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-modules/core/files/emacs/init.el b/site-modules/core/files/emacs/init.el index 433fd5e..29c6550 100644 --- a/site-modules/core/files/emacs/init.el +++ b/site-modules/core/files/emacs/init.el @@ -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