mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
yaml: hook -> mode
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;;; lang/yaml/config.el -*- lexical-binding: t; -*-
|
;;; lang/yaml/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(use-package! yaml-mode
|
(use-package! yaml-mode
|
||||||
:hook "Procfile\\'"
|
:mode "Procfile\\'"
|
||||||
:init
|
:init
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'yaml-mode-local-vars-hook #'lsp!))
|
(add-hook 'yaml-mode-local-vars-hook #'lsp!))
|
||||||
|
Reference in New Issue
Block a user