1
0
Fork 0
dotfiles/.emacs.d
Lucas Sta Maria 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
..
include fix(emacs): include htmlize dependency for org-html-export 2024-12-07 23:04:21 -05:00
straight/versions chore(emacs): update straight lockfile 2024-11-20 00:08:18 -05:00
init.el feat(emacs): add priime-ai package 2024-11-21 20:50:30 -05:00