Add org gcal sync creds file #emacs

This commit is contained in:
Colin Powell
2019-01-16 08:12:36 -05:00
parent c961ded21f
commit 7713c6102a
3 changed files with 6 additions and 2 deletions

View File

@ -35,7 +35,6 @@
("d" "Add an idea" entry (file "~/org/ideas.org")
"* %?\nEntered on %U\n %i\n"))
org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)"))
org-agenda-include-diary nil
@ -46,7 +45,9 @@
org-tag-alist '(("@home" . ?h)
("@townhall" . ?t)
("@farm" . ?f)
("@errand" . ?e)
("@read" . ?r)
("@next" . ?n)
("@computer" . ?c))
org-modules '(org-drill
@ -99,4 +100,5 @@
(:prefix "o"
:desc "Org Agenda" "a" #'org-agenda-list
:desc "Org open link" "l" #'org-open-at-point
:desc "Org set tags" "t" #'org-set-tags-command
:desc "Org Agenda and Notes" "A" #'+show-agenda))