Pull in separate ob-graphql package
This commit is contained in:
parent
5cb0bfcab1
commit
f6a9a25609
@ -3817,12 +3817,11 @@ Emacs has excellent built-in SQL support.
|
||||
#+END_SRC
|
||||
|
||||
* GraphQL
|
||||
GraphQL mode for editing GraphQL queries:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package graphql-mode
|
||||
:mode "\\.gql\\'"
|
||||
:commands (graphql-mode org-babel-execute:graphql)
|
||||
:straight ((graphql-mode :host github
|
||||
:repo "jdormit/graphql-mode"))
|
||||
:commands (graphql-mode)
|
||||
:config
|
||||
(defvar graphql-env-alist '()
|
||||
"An alist defining available GraphQL servers
|
||||
@ -3878,6 +3877,12 @@ GraphQL environments:
|
||||
,(password-store-get "lola-graphql-local-token")))))
|
||||
#+END_SRC
|
||||
|
||||
And ob-graphql for evaluating GraphQL source blocks in org-mode:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ob-graphql)
|
||||
#+END_SRC
|
||||
|
||||
|
||||
* Docker
|
||||
Syntax highlighting for Dockerfiles:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user