diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-11-07 11:04:12 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-11-07 11:04:12 +0100 |
| commit | 4733d536463247cad4d9e4cbace0b373c7378c05 (patch) | |
| tree | 0a2cac07b5f10c329798d650064a4fda1c979a81 /evil-collection.el | |
| parent | 5de94af734769bc83279eee7b3f564d0c38618e9 (diff) | |
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/evil-collection.el b/evil-collection.el index 235ba7f..fc7cb59 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -1,14 +1,15 @@ -;;; evil-collection.el --- A set of keybindings for Evil mode. -*- lexical-binding: t -*- +;;; evil-collection.el --- A set of keybindings for Evil mode -*- lexical-binding: t -*- ;; Copyright (C) 2017 James Nguyen -;; Author: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com> -;; Maintainer: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com> +;; Author: James Nguyen <james@jojojames.com> +;; Pierre Neidhardt <ambrevar@gmail.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 -;; HomePage: https://github.com/jojojames/evil-collection +;; Keywords: evil, 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 @@ -33,7 +34,6 @@ ;; (evil-minibuffer-init) ;;; Code: - (defvar evil-collection-mode-list '(ag bookmark |
