aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-07-01 17:50:50 -0500
committershoshin <shoshin@cicadas.surf>2022-07-01 17:50:50 -0500
commit128d8b23a0b619534ad1cf8a01811bb53e40cc18 (patch)
treeaeef66972cc28031cedba45f141820b6a432e64a
parent30eaadee016fb0a88f201e2066e14b5ecb09e5cb (diff)
Add: htmlize package
utilized in fontification of html exported org source blocks
-rw-r--r--shoshin-config.el13
-rw-r--r--shoshin-config.org18
2 files changed, 23 insertions, 8 deletions
diff --git a/shoshin-config.el b/shoshin-config.el
index 3e4e8b8..51351e5 100644
--- a/shoshin-config.el
+++ b/shoshin-config.el
@@ -100,3 +100,16 @@
(mapc #'package-install my-chosen-themes)
(package-install 'windresize)
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(package-selected-packages
+ '(htmlize plz corfu xah-fly-keys windresize which-key vertico srht markdown-mode marginalia magit json-mode embark dracula-theme devdocs darkroom cyberpunk-theme corfu-terminal consult)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )
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.