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\\'")
|
:mode "\\.meson\\'")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** GraphQL
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package graphql
|
||||||
|
:mode "\\.graphql\\'")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -103,6 +103,8 @@
|
|||||||
golden-ratio
|
golden-ratio
|
||||||
google
|
google
|
||||||
goto-last-change
|
goto-last-change
|
||||||
|
graphql
|
||||||
|
graphql-mode
|
||||||
helm
|
helm
|
||||||
helm-ag
|
helm-ag
|
||||||
helm-bibtex
|
helm-bibtex
|
||||||
|
Loading…
Reference in New Issue
Block a user