[emacs] Update capture and custom
This commit is contained in:
@ -55,6 +55,17 @@
|
||||
"#+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"
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user