summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2019-02-16 18:09:04 -0800
committerfranck cuny <franck.cuny@gmail.com>2019-02-16 18:09:04 -0800
commitfe92b563891cbcb4e7ff97c801a608c4e002760f (patch)
tree98fdf83b67735d06dcfcedb8b23a15ac7118b768
parentFix the URL to the repository. (diff)
downloadpants.el-fe92b563891cbcb4e7ff97c801a608c4e002760f.tar.gz
Create a group for pants settings.
-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