|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
#+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/theme-readtheorg.setup |
|
|
|
#+STARTUP: overview |
|
|
|
#+STARTUP: overview |
|
|
|
#+TITLE: Ricemacs, an Emacs Configuration |
|
|
|
#+TITLE: Ricemacs, an Emacs Configuration |
|
|
|
#+AUTHOR: Riyyi |
|
|
|
#+AUTHOR: Riyyi |
|
|
@ -273,6 +274,12 @@ Irony requires M-x =irony-install-server=. |
|
|
|
:after yasnippet) |
|
|
|
:after yasnippet) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Htmlize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
|
|
(use-package htmlize) |
|
|
|
|
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|
*** Prettify |
|
|
|
*** Prettify |
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|