diff options
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org index 67708f5..0ad6c97 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1219,7 +1219,7 @@ This package allows org to export to HTML in a better way (e.g. allowing code blocks to be converted into HTML as well, so we can properly colorize it). #+BEGIN_SRC elisp -(use-package 'htmlize +(use-package htmlize :ensure t) #+END_SRC |
