Update packages

This commit is contained in:
Maciej 2023-06-12 06:59:05 +03:00
parent 1bddb053dd
commit 012e4196a8
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 39 additions and 32 deletions

View file

@ -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