Commit Graph

17 Commits

Author SHA1 Message Date
TEC 9926f993c8
CI: re-jig publish 2022-12-10 19:53:00 +08:00
TEC f4219dd4f6
CI: Try using Doom's defcli!
The definition of `message' also seems to be affected, so I've had to
replace a few instances with `format'. Oh well.

Also autoload smartparens.
2021-05-18 22:50:57 +08:00
TEC f2c4765065
CI: Odd tweaks that seem to be needed 2021-03-28 17:21:05 +08:00
TEC f62c62406d
Org: LaTeX export, work with Emojis
Thanks to functionality and files provided by emojify 🙂
2021-03-28 15:35:56 +08:00
TEC 07c86da012
Config CI: Include misc/splash-images in publish 2021-03-26 18:41:20 +08:00
TEC 2072eb27ad
CI: Prevent explain-pause-mode from interfering 2021-03-04 10:53:30 +08:00
TEC cc4cd5c47c
Org roam: try to avoid errors without roam dir 2021-02-01 18:58:27 +08:00
TEC e9ede2999e
Config publishing: insert snippets into exports 2021-01-31 05:12:47 +08:00
TEC a60df127a5
Config publishing: Refactor async stuff into file 2021-01-31 03:11:54 +08:00
TEC aec6d5f4e7
Config export: make a bit more robust
Because the html and pdf exports start both at the same time,
they both experience a cache miss with the xkcd sqlite db.
Poth processes download the image, and attempt to write to the db
... with the same primary key. Hence, errors.

So, when the xkcd cache isn't populated, we wait for one process to
finish before starting the other
2021-01-30 04:48:58 +08:00
TEC c127646ab2
Config publishing: set file encoding for logs 2021-01-29 19:56:28 +08:00
TEC 7401330d93
Export pdf version of config too 2021-01-28 17:40:04 +08:00
TEC 00d1a88ef7
Publish script: avoid find-file-noselect + fixes
A doom change now causes a y-or-n-p prompt to appear, so we need to make
that non-interactive.
2021-01-27 17:51:35 +08:00
TEC 2deea5c05d
Publish script tweaks 2021-01-25 01:22:18 +08:00
TEC af816cb006
Publish script: fix invalid regex, log files 2021-01-23 22:23:24 +08:00
TEC a2d7ee7964
Publish workflow: implement file moving in scripts
It makes sense to put the decisions of which files to publish with the
generation of said files.
2021-01-23 20:24:00 +08:00
TEC 1c8514fa79
Refactor config publishing scripts 2021-01-23 17:19:47 +08:00