From 4a02041ccae7e10af7ba5b21f5b9047ab43751c4 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 12 Jul 2021 09:54:06 +0200 Subject: [PATCH] [org] Add m and oc shortcuts --- dot_doom.d/config.el.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_doom.d/config.el.tmpl b/dot_doom.d/config.el.tmpl index 591242f..06f46bd 100644 --- a/dot_doom.d/config.el.tmpl +++ b/dot_doom.d/config.el.tmpl @@ -74,6 +74,10 @@ :desc "" "tl" (lambda () (interactive) (load-theme 'doom-one-light nil t)) :desc "Run table formatter" "tf" #'org-table-calc-current-TBLFM ) + (:prefix "m" + :desc "Insert Todo heading" "l" #'evilnc-comment-or-uncomment-lines + :desc "Copy and comment lines" "y" #'evilnc-copy-and-comment-lines) + :desc "" "oc" #'org-capture (:prefix "c" :desc "Toggle comment" "l" #'evilnc-comment-or-uncomment-lines :desc "Copy and comment lines" "y" #'evilnc-copy-and-comment-lines)