Add org-capture keystroke.

This commit is contained in:
Ivan Malison 2014-11-30 23:55:21 -08:00
parent a2d00f7170
commit 107dbb9494

View File

@ -471,6 +471,7 @@ buffer is not visiting a file."
:commands (org-mode org org-mobile-push org-mobile-pull org-agenda)
:mode ("\\.org\\'" . org-mode)
:bind (("C-c a" . org-agenda)
("C-c c" . org-capture)
("C-c n t" . org-insert-todo-heading)
("C-c n s" . org-insert-todo-subheading))
:config