branch: elpa/graphql-mode
commit ef2933eb92ed28ecc3b10e70e484336365555016
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Add autoload cookie to auto-mode-alist setting
---
graphql-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphql-mode.el b/graphql-mode.el
index ab72334375..7484b40536 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -203,6 +203,7 @@ response from the server."
(setq imenu-generic-expression
`((nil ,graphql-definition-regex 2))))
+;;;###autoload
(add-to-list 'auto-mode-alist '("\\.graphql\\'" . graphql-mode))