capture templates+ rm-ed unmanged files

This commit is contained in:
2024-03-16 10:36:17 +02:00
parent 6227640ce7
commit 77662fdf67
4 changed files with 10 additions and 27 deletions

View File

@@ -249,19 +249,19 @@
(add-to-list 'org-capture-templates
'("w" "Work" entry
(file+headline "~/org/work.org" "Inbox")
"* TODO [#C] %?" :empty-lines 1))
"* TODO [#C] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("i" "Content idea" entry
(file+headline "~/org/work.org" "Ideas")
"* TODO %? :idea:" :empty-lines 1))
"* TODO %?\n %i :idea:" :empty-lines 1))
(add-to-list 'org-capture-templates
'("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox")
"* TODO %? :someday:" :empty-lines 1))
"* TODO %?\n %i :someday:" :empty-lines 1))
(add-to-list 'org-capture-templates
'("s" "Studies" entry
(file+headline "~/org/studies.org" "Inbox")
"* TODO [#C] %?" :empty-lines 1))
"* TODO [#C] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("S" "Lecture" entry
(file+headline "~/org/studies.org" "Schedule")
@@ -270,7 +270,7 @@
(add-to-list 'org-capture-templates
'("h" "Home" entry
(file+headline "~/org/home.org" "Inbox")
"* TODO [#A] %?" :empty-lines 1))
"* TODO [#A] %?\n %i" :empty-lines 1))
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
)
(setq-default cache-long-scans nil)
@@ -347,4 +347,4 @@ awqat-times-for-day)
(setq calendar-latitude 30.87605680
calendar-longitude 29.74260400
awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) "))
(awqat-set-preset-egyptian-general-authority-of-survey)
(add-hook 'doom-after-init-hook #'awqat-display-prayer-time-mode)

View File

@@ -1,16 +0,0 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default))
'(delete-selection-mode nil)
'(package-selected-packages
'(smudge telega org-roam-ui chezmoi evil-numbers oauth2-request oauth2 org-caldav gruvbox-theme)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)