Skip to content

Commit

Permalink
correct package-requires syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
bling committed Sep 25, 2013
1 parent 53d0837 commit 4a93eb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions evil-visualstar.el
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
;;; evil-visualstar.el --- Starts a * or # search from the visual selection

;; Copyright (C) 2013 by Bailey Ling
;; Author: Bailey Ling
;; URL: https://github.com/bling/evil-visualstar
;; Filename: evil-visualstar.el
;; Description: Starts a * or # search from the visual selection
;; Author: Bailey Ling
;; Created: 2013-09-24
;; Version: 0.0.0
;; Keywords: evil visualstar
;; Package-Requires: (evil)
;; Keywords: evil vim visualstar
;; Package-Requires: ((evil "0"))
;;
;; This file is not part of GNU Emacs.
;;
Expand Down

0 comments on commit 4a93eb8

Please sign in to comment.