Update packages

- add fish handling
- add lua
- update gleam
This commit is contained in:
Maciej 2024-05-29 08:52:15 +03:00
parent 68a740d508
commit 81931cee46
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
5 changed files with 108 additions and 85 deletions

View file

@ -17,6 +17,7 @@
(use-package ansible :straight t :defer t)
(use-package nginx-mode :straight t :defer t)
(use-package jenkinsfile-mode :straight t :defer t)
(use-package lua-mode :straight t :defer t)
(use-package graphql-mode :straight t :defer t)
(add-to-list 'auto-mode-alist '("\\.graphqls\\'" . graphql-mode))