diff options
author | franck cuny <franck.cuny@gmail.com> | 2019-02-16 18:09:04 -0800 |
---|---|---|
committer | franck cuny <franck.cuny@gmail.com> | 2019-02-16 18:09:04 -0800 |
commit | fe92b563891cbcb4e7ff97c801a608c4e002760f (patch) | |
tree | 98fdf83b67735d06dcfcedb8b23a15ac7118b768 | |
parent | Fix the URL to the repository. (diff) | |
download | pants.el-fe92b563891cbcb4e7ff97c801a608c4e002760f.tar.gz |
Create a group for pants settings.
-rw-r--r-- | pants.el | 5 |
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 |