branch: master
commit a55858540b6e23d23747e73acf71b561ee2aa9e1
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Move the package metadata to avy.el
Depend on Emacs 24.1 as well.
---
avy-jump.el | 3 ---
avy.el | 6 +++++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/avy-jump.el b/avy-jump.el
index 3f79b8a..24b6175 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -3,9 +3,6 @@
;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel
-;; URL: https://github.com/abo-abo/avy-jump
-;; Version: 0.1.0
-;; Keywords: point, location
;; This file is part of GNU Emacs.
diff --git a/avy.el b/avy.el
index 338b084..4ddcef9 100644
--- a/avy.el
+++ b/avy.el
@@ -2,7 +2,11 @@
;; Copyright (C) 2015 Free Software Foundation, Inc.
-;; Author: Oleh Krehel
+;; Author: Oleh Krehel <[email protected]>
+;; URL: https://github.com/abo-abo/avy
+;; Version: 0.1.0
+;; Package-Requires: ((emacs "24.1"))
+;; Keywords: point, location
;; This file is part of GNU Emacs.