6 lines
73 B
EmacsLisp
6 lines
73 B
EmacsLisp
|
(use-package yaml-mode
|
||
|
:ensure t
|
||
|
:straight t)
|
||
|
|
||
|
(provide 'thwap-yaml)
|