From b480f8be0c214754ddcc7db02a6853aee8c61da8 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 26 Aug 2019 15:51:51 +0200 Subject: [PATCH] Add htmlize to config.org --- .emacs.d/config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index a79da10..010e748 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -1,3 +1,4 @@ +#+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/theme-readtheorg.setup #+STARTUP: overview #+TITLE: Ricemacs, an Emacs Configuration #+AUTHOR: Riyyi @@ -273,6 +274,12 @@ Irony requires M-x =irony-install-server=. :after yasnippet) #+END_SRC +*** Htmlize + +#+BEGIN_SRC emacs-lisp + (use-package htmlize) +#+END_SRC + *** Prettify #+BEGIN_SRC emacs-lisp