Add htmlize package
This commit is contained in:
parent
72701ff56a
commit
c9e84010d9
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue