From 0a23b5b19d0c310e0a0478ecc31125528e040ce0 Mon Sep 17 00:00:00 2001 From: kj Date: Fri, 16 Dec 2022 01:15:05 -0400 Subject: [PATCH] Change prg-capture shortcut key. --- configs/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init-org.el b/configs/init-org.el index 7a46547..88057f7 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -39,7 +39,7 @@ :defer t :straight (:type built-in) :bind (("C-c a" . org-agenda) - ("C-c x" . org-capture)) + ("C-c c" . org-capture)) :hook (org-mode . kj/org-hook) :config