Update packages
This commit is contained in:
parent
1bddb053dd
commit
012e4196a8
2 changed files with 39 additions and 32 deletions
|
|
@ -19,8 +19,16 @@
|
|||
(use-package graphql-mode :straight t :defer t)
|
||||
(add-to-list 'auto-mode-alist '("\\.graphqls\\'" . graphql-mode))
|
||||
|
||||
;; Text files
|
||||
;; Yaml
|
||||
(use-package yaml-mode :straight t :defer t)
|
||||
|
||||
(defun +custom-lang-yaml/activate-yaml-mode ()
|
||||
"Activate yaml-mode."
|
||||
(lsp))
|
||||
|
||||
(add-hook 'yaml-mode-hook '+custom-lang-yaml/activate-yaml-mode)
|
||||
|
||||
;; Other text files
|
||||
(use-package json-mode :straight t :defer t)
|
||||
(use-package git-modes
|
||||
:straight t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue