summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pants.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/pants.el b/pants.el
index 4302d6b..1809966 100644
--- a/pants.el
+++ b/pants.el
@@ -14,6 +14,11 @@
 (require 'compile)
 (require 'python)
 
+(defgroup pants nil
+  "Major mode for editing Pants files."
+  :group 'languages
+  :link '(url-link "https://github.com/fcuny/pants.el"))
+
 (defcustom pants-completion-system 'ido
   "The completion system to be used by pants."
   :group 'pants