summaryrefslogtreecommitdiff
path: root/evil-eshell.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-eshell.el
parent5de94af734769bc83279eee7b3f564d0c38618e9 (diff)
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-eshell.el')
-rw-r--r--evil-eshell.el16
1 files changed, 9 insertions, 7 deletions
diff --git a/evil-eshell.el b/evil-eshell.el
index c51ebfe..8605e09 100644
--- a/evil-eshell.el
+++ b/evil-eshell.el
@@ -1,12 +1,14 @@
-;;; evil-eshell.el --- Add Evil bindings to Eshell
+;;; evil-eshell.el --- Evil bindings for Eshell -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
-;; Package-Requires: ((evil "1.2.3"))
-;; Package-Version: 20170724.1223
-;; Homepage: https://github.com/jojojames/evil-collection
-;; Version: 0
+;; 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, eshell, 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
@@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
+;; Evil bindings for EMMS
;;; Code:
-
-(require 'evil)
(require 'eshell)
+(require 'evil)
(defun evil-eshell-next-prompt ()
(when (get-text-property (point) 'read-only)