Add htmlize package

This commit is contained in:
mez 2025-05-14 19:47:15 +01:00
parent 72701ff56a
commit c9e84010d9

View file

@ -297,6 +297,14 @@ Shows =git diff= in the left margin if the file is being tracked by =git=.
git-gutter:modified-sign "×"
git-gutter:deleted-sign "-")))
#+END_SRC
** =htmlize=
Exports buffers as their HTML doppelgangers.
#+BEGIN_SRC emacs-lisp
(unless (string-equal system-type "android")
(use-package htmlize))
#+END_SRC
** isearch