diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 201cf52..40865fa 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -472,3 +472,12 @@ Setup prefix for keybindings. ) ) #+END_SRC +** YAML +#+BEGIN_SRC emacs-lisp + (use-package yaml-mode + :mode ( + ("\\.yml$" . yaml-mode) + ("\\.yaml$" . yaml-mode) + ) + ) +#+END_SRC