branch: elpa/evil-visualstar
commit 4a93eb8790bf2491984ebfac43660cb69fbb6209
Author: Bailey Ling <[email protected]>
Commit: Bailey Ling <[email protected]>

    correct package-requires syntax.
---
 evil-visualstar.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/evil-visualstar.el b/evil-visualstar.el
index f964dbe5b4..93bcf9677a 100644
--- a/evil-visualstar.el
+++ b/evil-visualstar.el
@@ -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.
 ;;

Reply via email to