[Emacs] Add graphql-mode
This commit is contained in:
parent
66842d545a
commit
3d121c8908
@ -2942,6 +2942,10 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
||||
(use-package protobuf-mode
|
||||
:defer t)
|
||||
#+END_SRC
|
||||
*** graphql
|
||||
#+begin_src emacs-lisp
|
||||
(use-package graphql-mode)
|
||||
#+end_src
|
||||
*** json-mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package json-mode
|
||||
|
Loading…
Reference in New Issue
Block a user