Add graphql mode

This commit is contained in:
Maciej 2022-05-21 08:21:32 +03:00
parent fa0ded0d96
commit 11afdc3f95
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,8 @@
(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 graphql-mode :straight t :defer t)
(add-to-list 'auto-mode-alist '("\\.graphqls\\'" . graphql-mode))
;; Text files
(use-package yaml-mode :straight t :defer t)

View file

@ -42,11 +42,11 @@
;; Call LSP-UI hook
(+custom-set-lsp-ui-font-hook))
;; (defvar +custom-font "Iosevka Term")
;; (defvar +custom-font "Iosevka Fixed")
;; (defvar +custom-font "JetBrains Mono")
;; (defvar +custom-font "JuliaMono")
(defvar +custom-font "Rec Mono Semicasual")
;;(defvar +custom-font "Victor Mono")
;; (defvar +custom-font "Victor Mono")
;; (defvar +custom-font "IBM Plex Mono")
(defvar +custom-font-size 14)