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