mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/yaml): use yaml-ts-mode by default
This commit is contained in:
@@ -89,6 +89,7 @@ or *.yaml file in a .github/workflows/ directory."
|
||||
(when (fboundp 'yaml-ts-mode)
|
||||
(use-package yaml-ts-mode
|
||||
:straight (:type built-in)
|
||||
:mode "\\.ya?ml\\'"
|
||||
:hook (yaml-ts-mode . siren-yaml-ts-mode-setup)
|
||||
|
||||
:preface
|
||||
|
||||
Reference in New Issue
Block a user