ifitzpatrick/graphql-doc.el@6ba7961fc9 -> ifitzpatrick/graphql-doc.el@d37140267e timoweave/company-graphql@757dfa45ad -> thaenalpha/company-graphql@aed9f5109e The source for company-graphql is temporarily changed because the package was no longer available on MELPA. Close: #6436 Ref: timoweave/company-graphql#1 Ref: timoweave/company-graphql#4 Co-authored-by: Nopanun Laochunhanun <thaenalpha@users.noreply.github.com>
9 lines
348 B
EmacsLisp
9 lines
348 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/graphql/packages.el
|
|
|
|
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
|
|
(package! graphql-doc :pin "d37140267e0c426c7c18aff31900aa1650257394")
|
|
(unless (featurep! +lsp)
|
|
(package! company-graphql
|
|
:recipe (:host github :repo "thaenalpha/company-graphql")
|
|
:pin "aed9f5109e87..."))
|