From c9e84010d9417cf34bf30c2b4390c2f8f53ac867 Mon Sep 17 00:00:00 2001 From: mez Date: Wed, 14 May 2025 19:47:15 +0100 Subject: [PATCH] Add htmlize package --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 1b2a55f..3ced851 100644 --- a/config.org +++ b/config.org @@ -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