From df6fdba1e73d713f151b9e05f29a4c5e599dafc9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 11 Nov 2016 14:16:28 -0800 Subject: 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. --- pants.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + +;; Author: Franck Cuny +;; 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) -- cgit 1.4.1