Add global key for `org-agenda-list`

This commit is contained in:
Gergely Polonkai 2016-10-24 09:32:53 +02:00
parent 95f5219422
commit f8b36c376e
1 changed files with 4 additions and 2 deletions

View File

@ -403,7 +403,9 @@
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
(setq org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>"))
:bind
(:map org-mode-map
(:map gpolonkai/pers-map
("a" . org-agenda-list)
:map org-mode-map
("SPC" . org-space-key)))
(use-package org-bullets