Bladeren bron

Add org gcal sync creds file #emacs

Colin Powell 6 jaren geleden
bovenliggende
commit
7713c6102a
3 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  1. 1 1
      .gitignore
  2. 3 1
      emacs/.config/doom/+org.el
  3. 2 0
      emacs/.config/doom/config.el

+ 1 - 1
.gitignore

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

+ 3 - 1
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))

+ 2 - 0
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