Add org gcal sync creds file #emacs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
config/fish/functions/fish_prompt.fish
|
config/fish/functions/fish_prompt.fish
|
||||||
emacs/.config/doom/+org-gcal-sync.el
|
emacs/.config/doom/+org-gcal.el
|
||||||
|
|
||||||
|
|||||||
@ -35,7 +35,6 @@
|
|||||||
("d" "Add an idea" entry (file "~/org/ideas.org")
|
("d" "Add an idea" entry (file "~/org/ideas.org")
|
||||||
"* %?\nEntered on %U\n %i\n"))
|
"* %?\nEntered on %U\n %i\n"))
|
||||||
|
|
||||||
org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)"))
|
|
||||||
|
|
||||||
org-agenda-include-diary nil
|
org-agenda-include-diary nil
|
||||||
|
|
||||||
@ -46,7 +45,9 @@
|
|||||||
org-tag-alist '(("@home" . ?h)
|
org-tag-alist '(("@home" . ?h)
|
||||||
("@townhall" . ?t)
|
("@townhall" . ?t)
|
||||||
("@farm" . ?f)
|
("@farm" . ?f)
|
||||||
|
("@errand" . ?e)
|
||||||
("@read" . ?r)
|
("@read" . ?r)
|
||||||
|
("@next" . ?n)
|
||||||
("@computer" . ?c))
|
("@computer" . ?c))
|
||||||
|
|
||||||
org-modules '(org-drill
|
org-modules '(org-drill
|
||||||
@ -99,4 +100,5 @@
|
|||||||
(:prefix "o"
|
(:prefix "o"
|
||||||
:desc "Org Agenda" "a" #'org-agenda-list
|
:desc "Org Agenda" "a" #'org-agenda-list
|
||||||
:desc "Org open link" "l" #'org-open-at-point
|
: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))
|
:desc "Org Agenda and Notes" "A" #'+show-agenda))
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
||||||
;(add-hook 'window-setup-hook 'toggle-frame-maximized)
|
;(add-hook 'window-setup-hook 'toggle-frame-maximized)
|
||||||
|
|
||||||
|
(setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)")))
|
||||||
;;
|
;;
|
||||||
;; Keybindings
|
;; Keybindings
|
||||||
|
|
||||||
@ -123,4 +124,5 @@
|
|||||||
;;(load! "+reason") ;; ReasonML stuff
|
;;(load! "+reason") ;; ReasonML stuff
|
||||||
(load! "+mail") ;; Mail stuff
|
(load! "+mail") ;; Mail stuff
|
||||||
(load! "+org") ;; Org mode stuff like todos and rebindings
|
(load! "+org") ;; Org mode stuff like todos and rebindings
|
||||||
|
(load! "+org-gcal") ;; Org mode stuff like todos and rebindings
|
||||||
(load! "+wttrin") ;; Weather config
|
(load! "+wttrin") ;; Weather config
|
||||||
|
|||||||
Reference in New Issue
Block a user