From e94fabd3ee2ebf2d2597f2b07ca10a255821f47e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 21 Dec 2016 00:07:31 -0500 Subject: Bind org-agenda in org-agenda-mode-map --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 03bc724..0cbbbeb 100644 --- a/init.el +++ b/init.el @@ -277,6 +277,7 @@ ("C-o" . org-agenda-show-and-scroll-up) ;; Free up 'j' for `km/org-agenda-avy-goto-subword-1'. ("C-j" . org-agenda-goto-date) + ("a" . org-agenda) ("d" . org-agenda-view-mode-dispatch) ("k" . nil) ("v" . org-agenda-capture))) -- cgit v1.2.3