diff --git a/dot_spacemacs.tmpl b/dot_spacemacs.tmpl index 542ec5f..10eee00 100644 --- a/dot_spacemacs.tmpl +++ b/dot_spacemacs.tmpl @@ -552,10 +552,14 @@ you should place your code here." ;(spaceline-toggle-minor-modes-off) (add-hook 'yaml-mode-hook - 'indent-guide-mode (lambda () + (indent-guide-mode 1) (auto-fill-mode -1) + (flyspell-mode -1) + (flyspell-prog-mode) + (flycheck-mode 1) (flycheck-yamllint-setup) + (flycheck-select-checker 'yaml-yamllint) )) (with-eval-after-load "ispell"