diff options
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) |