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.el | |
parent | 30eaadee016fb0a88f201e2066e14b5ecb09e5cb (diff) |
Add: htmlize package
utilized in fontification of html exported org source blocks
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 13 |
1 files changed, 13 insertions, 0 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. + ) |