whompmacs/lib/thwap-yaml.el

7 lines
103 B
EmacsLisp
Raw Normal View History

2024-07-06 18:09:55 +00:00
(when thwap-dev-enable-yaml
(use-package yaml-mode
:ensure t
:straight t))
(provide 'thwap-yaml)