commit 218a8fca88516867ce74aedee67677f5691a06cc
parent 68d1a86f5b6eabd64357320a24256b542aae86cf
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 7 Feb 2022 13:04:49 +0100
emacs: bind key to insert checkbox item
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -203,6 +203,7 @@ In org mode, I want to use bullets instead of stars, so I also install ~org-bull
:bind
(("C-c a" . org-agenda)
("C-c n" . org-capture)
+ ("C-M-<return>" . org-insert-todo-heading)
("C-c l" . org-store-link)))
#+end_src