diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:20:45 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:20:45 -0700 |
commit | 79ce3fb721ec887d64cf59133428ec01c90bc575 (patch) | |
tree | 7367df56d0265583c98831a67375bcd4ba9f9800 | |
parent | [emacs] Fix the todo keywords sequence. (diff) | |
download | emacs.d-79ce3fb721ec887d64cf59133428ec01c90bc575.tar.gz |
[emacs] Add htmlize to export to HTML.
Looks like I need this now to start exporting buffers to HTML ?
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index ebec3fa..dc65fd8 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -108,4 +108,7 @@ "\n* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :empty-lines 1)))) +(use-package htmlize + :ensure t) + (provide 'fcuny-org) |