Update emacs configs

This commit is contained in:
JLP 2026-02-21 11:48:35 -05:00
parent a6d91b14a3
commit be7ae2dbeb
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC
3 changed files with 1230 additions and 1 deletions

View file

@ -1,4 +1,5 @@
;;; config-upgrades.el --- Extra packages purely for dependencies -*- no-byte-compile: t; lexical-binding: t; -*-
(use-package flymake)
(use-package jsonrpc)
;; * Provide
(provide 'config-upgrades)

File diff suppressed because it is too large Load diff

View file

@ -1064,6 +1064,27 @@ methods the save hook cannot detect, like file synchronization."
org-refile-targets '((nil :maxlevel . 3)
("~/jlptech/internal/timetracking.org" :tag . "#work")
(org-agenda-files :maxlevel . 3))
org-capture-templates--royalroad
`(("Royal road Shouts"
:keys "R"
:file "~/org/shoutouts.org"
:datetree t
:immediate-finish t
:type entry
:time-prompt t
:children (("Chapter"
:keys "c"
:template "* Chapter %^{Number}\n%t\n%^{CATEGORY|confluence}p")
("Shout"
:keys "s"
:template "* SHOUT %^{Book} \n%t\n%^{DISCORD}p%c\n%?")
("Incoming Shout"
:keys "i"
:template "* INCMG %^{Book}\n%t\n%^{DISCORD}p")
("Empty Chapter"
:keys "e"
:template "* EMPTY <>\n%t%^{CHAPTER}p%?")
)))
org-capture-templates--email
`((:group "Mail Task"
:template "* TODO %:subject - %:fromname\n\n%a\n\n%i"
@ -1129,6 +1150,8 @@ methods the save hook cannot detect, like file synchronization."
org-capture-templates--email)
org-capture-templates (doct-add-to org-capture-templates
org-capture-templates--health)
org-capture-templates (doct-add-to org-capture-templates
org-capture-templates--royalroad)
;; Publishing
org-publish-project-alist
`(("vitae"