Add new theme and make lua a standalone lang module
Some checks failed
/ Test config on 20 (push) Failing after 50s

This commit is contained in:
Maciej 2025-01-22 14:17:38 +02:00
parent 62a523fbec
commit 67066dee3d
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 269 additions and 177 deletions

View file

@ -18,9 +18,9 @@
(use-package nginx-mode :ensure t :defer t)
(use-package
jenkinsfile-mode
:ensure (:repo "https://github.com/john2x/jenkinsfile-mode.git" :branch "master")
:ensure (:repo "https://github.com/john2x/jenkinsfile-mode.git"
:branch "master")
:defer t)
(use-package lua-mode :ensure t :defer t)
;; Graphql schema definition files.
(use-package graphql-mode :ensure t :defer t