yeet
This commit is contained in:
9
.config/emacs/modules/lang/yaml/config.el
Normal file
9
.config/emacs/modules/lang/yaml/config.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; lang/yaml/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! yaml-mode
|
||||
:mode "Procfile\\'"
|
||||
:init
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'yaml-mode-local-vars-hook #'lsp!))
|
||||
:config
|
||||
(setq-hook! 'yaml-mode-hook tab-width yaml-indent-offset))
|
||||
Reference in New Issue
Block a user