summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrazazy2022-02-10 20:25:12 +0100
committerCrazazy2022-02-16 15:33:10 +0100
commit31cbfa1565380d80dae9baeabb04d9abcd9690f2 (patch)
treed91f25ca98f128d7671c90f430ad919f22f0d5a0
parent6988e559055b6d849e70ad29fa0019e28093dd1f (diff)
add htmlize
-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