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
|
#+END_SRC
|
||||||
|
|
||||||
* GraphQL
|
* GraphQL
|
||||||
|
GraphQL mode for editing GraphQL queries:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package graphql-mode
|
(use-package graphql-mode
|
||||||
:mode "\\.gql\\'"
|
:mode "\\.gql\\'"
|
||||||
:commands (graphql-mode org-babel-execute:graphql)
|
:commands (graphql-mode)
|
||||||
:straight ((graphql-mode :host github
|
|
||||||
:repo "jdormit/graphql-mode"))
|
|
||||||
:config
|
:config
|
||||||
(defvar graphql-env-alist '()
|
(defvar graphql-env-alist '()
|
||||||
"An alist defining available GraphQL servers
|
"An alist defining available GraphQL servers
|
||||||
@ -3878,6 +3877,12 @@ GraphQL environments:
|
|||||||
,(password-store-get "lola-graphql-local-token")))))
|
,(password-store-get "lola-graphql-local-token")))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
And ob-graphql for evaluating GraphQL source blocks in org-mode:
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package ob-graphql)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
* Docker
|
* Docker
|
||||||
Syntax highlighting for Dockerfiles:
|
Syntax highlighting for Dockerfiles:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user