summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-30 08:20:45 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-30 08:20:45 -0700
commit79ce3fb721ec887d64cf59133428ec01c90bc575 (patch)
tree7367df56d0265583c98831a67375bcd4ba9f9800
parent[emacs] Fix the todo keywords sequence. (diff)
downloademacs.d-79ce3fb721ec887d64cf59133428ec01c90bc575.tar.gz
[emacs] Add htmlize to export to HTML.
Looks like I need this now to start exporting buffers to HTML ?
-rw-r--r--emacs.d/custom/fcuny-org.el3
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)