summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-12-21 00:07:31 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-16 18:51:45 -0500
commite94fabd3ee2ebf2d2597f2b07ca10a255821f47e (patch)
treecb74f4fa5edfabbfdbe8d6743fd8f074bf47d2f7 /init.el
parent1b20214c4a3063fc68f8bfd8523bc0640f7d42c8 (diff)
downloademacs.d-e94fabd3ee2ebf2d2597f2b07ca10a255821f47e.tar.gz
Bind org-agenda in org-agenda-mode-map
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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)))