Merge pull request #2055 from jhacksworth/org-agenda-spc

lang/org: bind org-agenda-show-and-scroll-up to C-SPC
This commit is contained in:
Henrik Lissner 2019-12-03 20:51:32 -05:00 committed by GitHub
commit 907669041a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -691,6 +691,7 @@ between the two."
(map! :after org-agenda
:map org-agenda-mode-map
:m "C-SPC" #'org-agenda-show-and-scroll-up
:localleader
"d" #'org-agenda-deadline
(:prefix ("c" . "clock")