dotfiles-emacs/.config/emacs/config/yaml.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

2 lines
76 B
EmacsLisp

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