diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:16:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:16:28 -0800 |
| commit | df6fdba1e73d713f151b9e05f29a4c5e599dafc9 (patch) | |
| tree | b6632f2d4b75164ac6bc47e1c7ee3c9066bcd8a4 | |
| parent | Update README with a couple of missing settings. (diff) | |
| download | pants.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.el | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |
