graphql mode

This commit is contained in:
Stefan Schwarz 2024-03-12 14:58:13 +01:00
parent be13a7de2d
commit 0ad243c895

View file

@ -254,6 +254,7 @@
(setq company-idle-delay 0.1
company-minimum-prefix-length 2
company-require-match nil))
(use-package graphql-mode :ensure t)
(use-package highlight-indentation :ensure t)