From 356466a5498052506c32cb7463cc0eecd6fbb093 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 26 Dec 2024 17:27:06 +0100 Subject: [PATCH] Move metadata from lispy-pkg.el to lispy.el --- lispy-pkg.el | 8 -------- lispy.el | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 lispy-pkg.el 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