From 6a6faa368328ad3b7d7737e535875405778f9103 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 19 Jan 2017 09:52:10 +0100 Subject: emacs: fixed syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.org') 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 -- cgit v1.2.3