[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

@ -55,6 +55,17 @@
"#+title: %<%Y_%m_%d>\n") "#+title: %<%Y_%m_%d>\n")
:empty-lines 1))) :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 (setq org-roam-capture-templates
'(("d" "default" plain "%?" '(("d" "default" plain "%?"
:target (file+head "pages/${slug}.org" :target (file+head "pages/${slug}.org"

View File

@ -5,7 +5,8 @@
;; If there is more than one, they won't work right. ;; 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'") '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(package-selected-packages '(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 --")))) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.