From 9b2e7599f30cb9202958c80730380dc7f9fbd9b8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Sep 2019 17:26:48 +0200 Subject: [PATCH] Add graphql package for GraphQL file editing support --- configuration.org | 7 +++++++ customizations.el | 2 ++ 2 files changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index 35d5369..33fe6c9 100644 --- a/configuration.org +++ b/configuration.org @@ -3315,6 +3315,13 @@ directory. It is available from [[http://plantuml.com/download][here]]. :mode "\\.meson\\'") #+END_SRC +** GraphQL + +#+BEGIN_SRC emacs-lisp +(use-package graphql + :mode "\\.graphql\\'") +#+END_SRC + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index e9df086..d7679c8 100644 --- a/customizations.el +++ b/customizations.el @@ -103,6 +103,8 @@ golden-ratio google goto-last-change + graphql + graphql-mode helm helm-ag helm-bibtex