summaryrefslogtreecommitdiff
path: root/evil-transmission.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-transmission.el
parent5de94af734769bc83279eee7b3f564d0c38618e9 (diff)
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-transmission.el')
-rw-r--r--evil-transmission.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/evil-transmission.el b/evil-transmission.el
index e83de14..4adc3e0 100644
--- a/evil-transmission.el
+++ b/evil-transmission.el
@@ -1,14 +1,14 @@
-;;; evil-transmission.el --- Evil bindings for transmission.el -*- lexical-binding: t -*-
+;;; evil-transmission.el --- Evil bindings for transmission.el -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
-;; Maintainer: 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: compile, evil
-;; HomePage: https://github.com/jojojames/evil-collection
+;; Keywords: evil, transmission, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
+;; Evil bindings for `transmission'.
;;; Code:
-
(require 'evil)
(require 'transmission)