Support graphql module
Providing the module to dump GQL functionality to my config. Hopefully this gets more fleshed out at a later date.
This commit is contained in:
		
							parent
							
								
									bdfb83dc2c
								
							
						
					
					
						commit
						fc283b7a23
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								emacs.d/wpc/packages/wpc-graphql.el
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								emacs.d/wpc/packages/wpc-graphql.el
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,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
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue