summaryrefslogtreecommitdiff
path: root/evil-prodigy.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-07 11:04:12 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-07 11:04:12 +0100
commit4733d536463247cad4d9e4cbace0b373c7378c05 (patch)
tree0a2cac07b5f10c329798d650064a4fda1c979a81 /evil-prodigy.el
parent5de94af734769bc83279eee7b3f564d0c38618e9 (diff)
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-prodigy.el')
-rw-r--r--evil-prodigy.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-prodigy.el b/evil-prodigy.el
index dfd613b..31c38e7 100644
--- a/evil-prodigy.el
+++ b/evil-prodigy.el
@@ -1,14 +1,14 @@
-;;; evil-prodigy.el --- Evil integration for `prodigy'. -*- lexical-binding: t -*-
+;;; evil-prodigy.el --- Evil bindings for prodigy -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com>
+;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1"))
-;; Keywords: evil, prodigy
-;; HomePage: https://github.com/jojojames/evil-collection
+;; Keywords: evil, prodigy, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
-;; Evil integration for `prodigy'.
+;; Evil bindings for `prodigy'.
;;; Code:
(require 'evil-collection-util)