commit 31cbfa1565380d80dae9baeabb04d9abcd9690f2
parent 6988e559055b6d849e70ad29fa0019e28093dd1f
Author: Crazazy <crazazy@tilde.cafe>
Date: Thu, 10 Feb 2022 20:25:12 +0100
add htmlize
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/emacs.org b/emacs.org
@@ -328,6 +328,10 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto
:config
(load-theme 'flatland))
#+end_src
+ Also I want to theme my config exports
+ #+begin_src emacs-lisp :tangle emacsconfig/extras.el
+ (use-package htmlize)
+ #+end_src
*** Discord
My discord buddies /have/ to know I'm using emacs whenever I have my computer running
#+begin_src emacs-lisp :tangle emacsconfig/misc.el