[doom] Add new capture shortcut since I couldn't get used to SPC X

This commit is contained in:
Sebastian Schulze 2021-10-01 10:05:22 +02:00
parent bd3c7275a3
commit 317d0f73df
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@
) )
(:prefix "m" (: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 "Copy and comment lines" "y" #'evilnc-copy-and-comment-lines)
:desc "" "oc" #'org-capture :desc "" "oc" #'org-capture
(:prefix "c" (:prefix "c"