summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 12d10ed..f84bb08 100644
--- 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