summaryrefslogtreecommitdiff
path: root/evil-pass.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-pass.el
parent5de94af734769bc83279eee7b3f564d0c38618e9 (diff)
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-pass.el')
-rw-r--r--evil-pass.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-pass.el b/evil-pass.el
index ce146d5..b2841dd 100644
--- a/evil-pass.el
+++ b/evil-pass.el
@@ -1,14 +1,14 @@
-;;; evil-pass.el --- Evil integration for `pass'. -*- lexical-binding: t -*-
+;;; evil-pass.el --- Evil bindings for pass-mode -*- 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, pass
-;; HomePage: https://github.com/jojojames/evil-collection
+;; Keywords: evil, pass, 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 `pass-mode'.
+;; Evil bindings for `pass-mode'.
;;; Code:
(require 'evil-collection-util)