diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-19 09:52:10 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-19 09:52:10 +0100 |
| commit | 6a6faa368328ad3b7d7737e535875405778f9103 (patch) | |
| tree | bd8042c0affddc5b4ef6415fab787314c23cba0b /emacs/init.org | |
| parent | 33761bab9339af16cc24265ba486c072735b5735 (diff) | |
| download | dotfiles-6a6faa368328ad3b7d7737e535875405778f9103.tar.gz dotfiles-6a6faa368328ad3b7d7737e535875405778f9103.zip | |
emacs: fixed syntax error
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
