summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-11-11 14:16:28 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-11-11 14:16:28 -0800
commitdf6fdba1e73d713f151b9e05f29a4c5e599dafc9 (patch)
treeb6632f2d4b75164ac6bc47e1c7ee3c9066bcd8a4
parentUpdate README with a couple of missing settings. (diff)
downloadpants.el-df6fdba1e73d713f151b9e05f29a4c5e599dafc9.tar.gz
Add a few more sections to the headers (comments).
Add the missing entries for Author, URL and a small commentary about
what the library is about.
-rw-r--r--pants.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/pants.el b/pants.el
index e6f84d7..a09e3d8 100644
--- a/pants.el
+++ b/pants.el
@@ -1,5 +1,15 @@
 ;;; pants.el --- A frontend for pants.
 
+;; Copyright © 2016 Franck Cuny <franck.cuny@gmail.com>
+
+;; Author: Franck Cuny <franck.cuny@gmail.com>
+;; URL: https://github.com/franckcuny/pants.el
+
+;;; Commentary:
+;;
+;; This library provides an interface to `pants', a fast, scalable build system.
+;; See the README for more details.
+
 ;;; Code:
 (require 'compile)
 (require 'python)