summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 5094a606..e87b1b17 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -641,7 +641,8 @@ Values: `desktop', `server', `laptop'")
 
 (use-package yaml-mode
   :mode (("/group_vars/.*" . yaml-mode)
-         ("/host_vars/.*" . yaml-mode))
+         ("/host_vars/.*" . yaml-mode)
+         ("\\.sls\\'" . yaml-mode))
   :config (progn
             (add-hook 'yaml-mode-hook #'autopair-mode)))