summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-12 22:10:32 -0500
committerKyle Meyer <kyle@kyleam.com>2016-03-12 22:10:32 -0500
commitba4882f8f15a50c4622cd5503f7864a267587190 (patch)
treed58ae64f7a3f2d211bb2a2e0483c809dfc758c99 /init.el
parent70f6784552a792f68ca17180443f085c2d4c4c47 (diff)
downloademacs.d-ba4882f8f15a50c4622cd5503f7864a267587190.tar.gz
Add C-o binding for org-agenda-show-and-scroll-up
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 71cbe00..9c8cf9f 100644
--- a/init.el
+++ b/init.el
@@ -257,6 +257,7 @@
;; Bind `org-agenda-follow-mode' to same key as
;; `next-error-follow-minor-mode'.
("C-c C-f" . org-agenda-follow-mode)
+ ("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)))