From 7713c6102a25f094e0a9021396d58374dbbfccc7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 16 Jan 2019 08:12:36 -0500 Subject: [PATCH] Add org gcal sync creds file #emacs --- .gitignore | 2 +- emacs/.config/doom/+org.el | 4 +++- emacs/.config/doom/config.el | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7dc33fa..5123892 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ config/fish/functions/fish_prompt.fish -emacs/.config/doom/+org-gcal-sync.el +emacs/.config/doom/+org-gcal.el diff --git a/emacs/.config/doom/+org.el b/emacs/.config/doom/+org.el index 5dc1146..488a00c 100644 --- a/emacs/.config/doom/+org.el +++ b/emacs/.config/doom/+org.el @@ -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)) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index d84495e..1ba72e7 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -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