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

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
config/fish/functions/fish_prompt.fish
emacs/.config/doom/+org-gcal-sync.el
emacs/.config/doom/+org-gcal.el

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))

View File

@ -22,6 +22,7 @@
(add-to-list 'default-frame-alist '(ns-appearance . dark))
;(add-hook 'window-setup-hook 'toggle-frame-maximized)
(setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)")))
;;
;; Keybindings
@ -123,4 +124,5 @@
;;(load! "+reason") ;; ReasonML stuff
(load! "+mail") ;; Mail stuff
(load! "+org") ;; Org mode stuff like todos and rebindings
(load! "+org-gcal") ;; Org mode stuff like todos and rebindings
(load! "+wttrin") ;; Weather config