Browse Source

Add htmlize to config.org

master
Riyyi 5 years ago
parent
commit
b480f8be0c
  1. 7
      .emacs.d/config.org

7
.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

Loading…
Cancel
Save