Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
2026-07-15 12:51:53 -04:00
416 changed files with 12639 additions and 1349 deletions

View File

@ -48,6 +48,13 @@
(setq org-roam-directory "~/var/org/"
org-roam-dailies-directory "dailies")
(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)))
(advice-add 'org-agenda :before #'vulpea-agenda-files-update)
(advice-add 'org-todo-list :before #'vulpea-agenda-files-update)

View File

@ -264,6 +264,13 @@ easier. I just need to level up with Zettels and web publishing of my notes.
#+BEGIN_SRC emacs-lisp
(setq org-roam-directory "~/var/org/")
(setq org-roam-dailies-directory "dailies")
(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)))
#+END_SRC
* Novel

View File

@ -148,7 +148,7 @@
;;kotlin ; a better, slicker Java(Script)
;;latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
ledger ; be audit you can be
;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c