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
commit 469b520bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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!))