From 317d0f73df2209e462aa6b8ba7db903a762df0fb Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 1 Oct 2021 10:05:22 +0200 Subject: [PATCH] [doom] Add new capture shortcut since I couldn't get used to SPC X --- dot_doom.d/config.el.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_doom.d/config.el.tmpl b/dot_doom.d/config.el.tmpl index 3bb11b6..3b781ce 100644 --- a/dot_doom.d/config.el.tmpl +++ b/dot_doom.d/config.el.tmpl @@ -78,7 +78,8 @@ :desc "Run table formatter" "tf" #'org-table-calc-current-TBLFM ) (:prefix "m" - :desc "Insert Todo heading" "l" #'evilnc-comment-or-uncomment-lines + :desc "Insert Todo heading" "l" #'evilnc-comment-or-uncomment-lines + :desc "Capture" "C" #'org-capture :desc "Copy and comment lines" "y" #'evilnc-copy-and-comment-lines) :desc "" "oc" #'org-capture (:prefix "c"