diff options
author | Crazazy | 2022-02-10 20:25:12 +0100 |
---|---|---|
committer | Crazazy | 2022-02-16 15:33:10 +0100 |
commit | 31cbfa1565380d80dae9baeabb04d9abcd9690f2 (patch) | |
tree | d91f25ca98f128d7671c90f430ad919f22f0d5a0 | |
parent | 6988e559055b6d849e70ad29fa0019e28093dd1f (diff) |
add htmlize
-rw-r--r-- | emacs.org | 4 |
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 |