org agenda keybindings

This commit is contained in:
Chris Cochrun 2021-04-06 10:54:40 -05:00
parent 9aa8ab8b01
commit a50cbffafe
2 changed files with 54 additions and 3 deletions

13
init.el
View file

@ -1220,3 +1220,16 @@ interfere with the default `bongo-playlist-buffer'."
(setq gc-cons-threshold 2000000)
(setq garbage-collection-messages nil)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-agenda-files
'("~/org/lesson_17_gospel_of_paul_s_3rd_mission.org" "/home/chris/org/inbox.org" "/home/chris/org/notes.org" "/home/chris/org/repetition.org" "/home/chris/org/tasks.org" "/home/chris/org/tfc_plans.org" "/home/chris/org/ministry_team.org" "/home/chris/org/todo.org" "/home/chris/org/newsletter.org")))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)