about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/packages/wpc-graphql.el
blob: ea19e130ce3269a4e7f4839e87c0497cad355130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;; wpc-graphql.el --- Packages related to GraphQL -*- lexical-binding: t -*-
;; Author: William Carroll <wpcarro@gmail.com>

;;; Commentary:
;; Hosts various packages and functions to make working with GraphQL more
;; enjoyable.

;;; Code:

(quelpa '(graphql.el
          :fetcher github
          :repo "vermiculus/graphql.el"))
(require 'graphql.el)


(provide 'wpc-graphql)
;;; wpc-graphql.el ends here