Update emacs configs
This commit is contained in:
parent
a6d91b14a3
commit
be7ae2dbeb
3 changed files with 1230 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
;;; config-upgrades.el --- Extra packages purely for dependencies -*- no-byte-compile: t; lexical-binding: t; -*-
|
;;; config-upgrades.el --- Extra packages purely for dependencies -*- no-byte-compile: t; lexical-binding: t; -*-
|
||||||
|
(use-package flymake)
|
||||||
|
(use-package jsonrpc)
|
||||||
;; * Provide
|
;; * Provide
|
||||||
(provide 'config-upgrades)
|
(provide 'config-upgrades)
|
||||||
|
|
|
||||||
1205
emacs/.config/emacs/config/nano-mu4e.el
Normal file
1205
emacs/.config/emacs/config/nano-mu4e.el
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1064,6 +1064,27 @@ methods the save hook cannot detect, like file synchronization."
|
||||||
org-refile-targets '((nil :maxlevel . 3)
|
org-refile-targets '((nil :maxlevel . 3)
|
||||||
("~/jlptech/internal/timetracking.org" :tag . "#work")
|
("~/jlptech/internal/timetracking.org" :tag . "#work")
|
||||||
(org-agenda-files :maxlevel . 3))
|
(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
|
org-capture-templates--email
|
||||||
`((:group "Mail Task"
|
`((:group "Mail Task"
|
||||||
:template "* TODO %:subject - %:fromname\n\n%a\n\n%i"
|
: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--email)
|
||||||
org-capture-templates (doct-add-to org-capture-templates
|
org-capture-templates (doct-add-to org-capture-templates
|
||||||
org-capture-templates--health)
|
org-capture-templates--health)
|
||||||
|
org-capture-templates (doct-add-to org-capture-templates
|
||||||
|
org-capture-templates--royalroad)
|
||||||
;; Publishing
|
;; Publishing
|
||||||
org-publish-project-alist
|
org-publish-project-alist
|
||||||
`(("vitae"
|
`(("vitae"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue