forked from colonelpanic/dotfiles
Add org-capture keystroke.
This commit is contained in:
parent
a2d00f7170
commit
107dbb9494
1
init.el
1
init.el
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user