diff --git a/lispy-pkg.el b/lispy-pkg.el deleted file mode 100644 index 9794ae70..00000000 --- a/lispy-pkg.el +++ /dev/null @@ -1,8 +0,0 @@ -(define-package "lispy" "0.27.0" - "vi-like Paredit" - '((emacs "24.3") - (ace-window "0.9.0") - (iedit "0.9.9") - (swiper "0.13.4") - (hydra "0.14.0") - (zoutline "0.2.0"))) diff --git a/lispy.el b/lispy.el index 0c5c9720..17a5aa75 100644 --- a/lispy.el +++ b/lispy.el @@ -5,6 +5,7 @@ ;; Author: Oleh Krehel ;; URL: https://github.com/abo-abo/lispy ;; Version: 0.27.0 +;; Package-Requires: ((emacs "24.3") (ace-window "0.9.0") (iedit "0.9.9") (swiper "0.13.4") (hydra "0.14.0") (zoutline "0.2.0")) ;; Keywords: lisp ;; This file is not part of GNU Emacs