Use my graphql-mode fork
This commit is contained in:
parent
ab6c877aa6
commit
eea5382d3f
@ -3237,9 +3237,9 @@ Emacs has excellent built-in SQL support.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package graphql-mode
|
||||
:mode "\\.gql\\'"
|
||||
:commands (graphql-mode)
|
||||
:commands (graphql-mode org-babel-execute:graphql)
|
||||
:quelpa ((graphql-mode :fetcher github
|
||||
:repo "davazp/graphql-mode"))
|
||||
:repo "jdormit/graphql-mode"))
|
||||
:config
|
||||
(defvar graphql-env-alist '()
|
||||
"An alist defining available GraphQL servers
|
||||
|
Loading…
Reference in New Issue
Block a user