[emacs] Update capture and custom

This commit is contained in:
2026-08-04 23:10:24 -04:00
parent 6722cc8e78
commit 284e205fc5
2 changed files with 22 additions and 10 deletions

View File

@ -49,17 +49,28 @@
org-roam-dailies-directory "journals")
(setq org-roam-dailies-capture-templates
'(("d" "default" entry
"* Meetings :work:hungryroot:meeting:\n* Tasks :work:hungryroot:\n** %?"
:target (file+head "%<%Y_%m_%d>.org"
"#+title: %<%Y_%m_%d>\n")
:empty-lines 1)))
'(("d" "default" entry
"* Meetings :work:hungryroot:meeting:\n* Tasks :work:hungryroot:\n** %?"
:target (file+head "%<%Y_%m_%d>.org"
"#+title: %<%Y_%m_%d>\n")
:empty-lines 1)))
; Capture templates
(setq org-capture-templates
'(("i" "Send to inbox" entry (file "~/var/org/inbox.org")
"* TODO %?\n %i\n %a")
("d" "Add an idea" entry (file "~/var/org/ideas.org")
"* %?\nEntered on %U\n %i\n")
))
(setq org-roam-capture-templates
'(("d" "default" plain "%?"
:target (file+head "pages/${slug}.org"
"#+title: ${title}\n")
:unnarrowed t)))
'(("d" "default" plain "%?"
:target (file+head "pages/${slug}.org"
"#+title: ${title}\n")
:unnarrowed t)))
(advice-add 'org-agenda :before #'vulpea-agenda-files-update)
(advice-add 'org-todo-list :before #'vulpea-agenda-files-update)

View File

@ -5,7 +5,8 @@
;; If there is more than one, they won't work right.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(package-selected-packages
'(csv-mode acp agent-shell direnv ef-themes helix-theme just-mode justl magit-todos nov pinentry vulpea w3m))
'(acp agent-shell csv-mode direnv eca ef-themes helix-theme just-mode justl
magit-todos nov pinentry vulpea w3m))
'(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
(custom-set-faces
;; custom-set-faces was added by Custom.