Add graphql package for GraphQL file editing support
This commit is contained in:
parent
71b9e998f2
commit
9b2e7599f3
@ -3315,6 +3315,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
||||
:mode "\\.meson\\'")
|
||||
#+END_SRC
|
||||
|
||||
** GraphQL
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package graphql
|
||||
:mode "\\.graphql\\'")
|
||||
#+END_SRC
|
||||
|
||||
* Games
|
||||
|
||||
** Gnu Go
|
||||
|
@ -103,6 +103,8 @@
|
||||
golden-ratio
|
||||
google
|
||||
goto-last-change
|
||||
graphql
|
||||
graphql-mode
|
||||
helm
|
||||
helm-ag
|
||||
helm-bibtex
|
||||
|
Loading…
Reference in New Issue
Block a user