aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org2
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