From 79ce3fb721ec887d64cf59133428ec01c90bc575 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Apr 2019 08:20:45 -0700 Subject: [emacs] Add htmlize to export to HTML. Looks like I need this now to start exporting buffers to HTML ? --- emacs.d/custom/fcuny-org.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit 1.4.1