Merge pull request #2962 from peterhoeg/fix_yaml

yaml: hook -> mode
This commit is contained in:
Henrik Lissner
2020-04-24 00:18:04 -04:00
committed by GitHub

View File

@ -1,7 +1,7 @@
;;; lang/yaml/config.el -*- lexical-binding: t; -*-
(use-package! yaml-mode
:hook "Procfile\\'"
:mode "Procfile\\'"
:init
(when (featurep! +lsp)
(add-hook 'yaml-mode-local-vars-hook #'lsp!))