emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/graphql-mode ef2933eb92 020/122: Add autoload cookie to au


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode ef2933eb92 020/122: Add autoload cookie to auto-mode-alist setting
Date: Sat, 29 Jan 2022 08:03:30 -0500 (EST)

branch: elpa/graphql-mode
commit ef2933eb92ed28ecc3b10e70e484336365555016
Author: Syohei YOSHIDA <shohei.yoshida@dena.com>
Commit: Syohei YOSHIDA <shohei.yoshida@dena.com>

    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))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]