commit cc8a33d9df95c2c8201ce756e412b1a5ffb3ff88
parent e362982cf20d72f10a69a17189c952ef7a52e40f
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 2 Mar 2020 23:50:04 +0300
add htmlize package
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -283,6 +283,15 @@ that I write.
:config (setq markdown-command "/usr/bin/markdown"))
#+END_SRC
+*** htmlize
+
+I sometimes output html from org-mode as it comes handy. We use htmlize for
+that.
+
+#+BEGIN_SRC emacs-lisp
+(use-package htmlize :ensure t)
+#+END_SRC
+
* Filetype Configurations
I would like to have some different configurations for filetypes. Those