Merge branch 'main' of github.com:LinlyBoi/dotfiles

me when I forget to push
This commit is contained in:
2024-10-21 15:39:11 +03:00
3 changed files with 580 additions and 1 deletions

View File

@@ -252,7 +252,7 @@
(add-to-list 'org-capture-templates
'("w" "Work" entry
(file+headline "~/org/work.org" "Inbox")
"* TODO [#C] %?\n %i" :empty-lines 1))
"* TODO [#A] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("i" "Content idea" entry
(file+headline "~/org/work.org" "Ideas")
@@ -277,6 +277,16 @@
:empty-lines 1))
;; add this for reminder stuff
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
(add-to-list 'org-capture-templates
'("W" "Event" entry
(file+headline "~/org/work.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("H" "Home Event" entry
(file+headline "~/org/home.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("h" "Home" entry
(file+headline "~/org/home.org" "Inbox")