dotfiles-emacs/.emacs.d/config/yaml.el
finga 93ed2ac975 dev, yaml: Extract yaml config into separate file
Move configuration regarding yaml into its own file.
2023-11-15 11:45:53 +01:00

2 lines
76 B
EmacsLisp

(use-package yaml-mode :ensure t)
(use-package flycheck-yamllint :ensure t)