diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-01 17:50:50 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-01 17:50:50 -0500 |
commit | 128d8b23a0b619534ad1cf8a01811bb53e40cc18 (patch) | |
tree | aeef66972cc28031cedba45f141820b6a432e64a /shoshin-config.org | |
parent | 30eaadee016fb0a88f201e2066e14b5ecb09e5cb (diff) |
Add: htmlize package
utilized in fontification of html exported org source blocks
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 60e346a..c71741f 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -354,6 +354,16 @@ config might get what i want with vanilla built ins. (package-install 'markdown-mode) #+end_src +** org mode +*** exporting +**** htmilze + +this seems to be required to fontify source blocks + +#+begin_src emacs-lisp + (package-install 'htmlize) +#+end_src + * Programming :PROPERTIES: :header-args:emacs-lisp: :noweb-ref programming :noweb-sep "\n\n" :results silent @@ -447,14 +457,6 @@ depending on the window layout currently in use. (package-install 'darkroom) #+end_src -*** comp warnings -#+begin_example -Warning (comp): darkroom.el:337:13: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode' Disable showing Disable logging -Warning (comp): darkroom.el:338:9: Warning: reference to free variable ‘darkroom-tentative-mode’ Disable showing Disable logging -Warning (comp): darkroom.el:361:13: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode' Disable showing Disable logging -Warning (comp): darkroom.el:365:10: Warning: function ‘darkroom-tentative-mode’ defined multiple times in this file Disable showing Disable logging -#+end_example - ** Fonts For code, I've grown fond of Victor Mono. |