1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
88cf920079
fix(emacs): include htmlize dependency for org-html-export
Problem: my blog used to reliably produce syntax-highlighted code blocks
following the syntax highlighting of this Emacs configuration. However,
recently, that stopped. This was a result of `htmlize` not being up to date:

> Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).
> Falling back to plain text.  (see `org-html-htmlize-output-type')

To resolve this error, I pull in the dependency explicitly, which should result
in org export using the correct, updated version.

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-12-07 23:04:21 -05:00
75c85d308c
fix(emacs): remove emacs-async
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-12-06 22:53:34 -05:00
9930a9d79f
fix(emacs): add ht package
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-11-25 23:09:20 -05:00
e99a639325
refactor(emacs): organise into reasonable modules
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-11-03 19:08:26 -05:00