branch: scratch/editorconfig-cc
commit 84e1001b4e802e99322a5ede8c3deb47448e06aa
Author: USAMI Kenta <tad...@zonu.me>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Modify defgroup tag
---
 editorconfig.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editorconfig.el b/editorconfig.el
index 3f535fc043..984340eba7 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -48,6 +48,8 @@
 
 EditorConfig Helps developers define and maintain consistent coding styles
 between different editors and IDEs"
+  :tag "EditorConfig"
+  :prefix "editorconfig-"
   :group 'tools)
 
 (defcustom editorconfig-exec-path

Reply via email to