Add key binding to org-capture

This commit is contained in:
Gergely Polonkai 2016-11-03 10:53:48 +01:00
parent 5d76b50e89
commit 2af3dade16
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@
:bind
(:map gpolonkai/pers-map
("a" . org-agenda-list)
("c" . org-capture)
:map org-mode-map
("SPC" . org-space-key)))