From fe92b563891cbcb4e7ff97c801a608c4e002760f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 16 Feb 2019 18:09:04 -0800 Subject: Create a group for pants settings. --- pants.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pants.el') 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 -- cgit 1.4.1