Move metadata from multiple-cursors-pkg.el to multiple-cursors.el

This commit is contained in:
Jonas Bernoulli 2024-12-26 17:55:18 +01:00
parent dd10cf2334
commit bb07ffee68
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
(define-package "multiple-cursors" "1.4.0"
"Multiple cursors for Emacs."
'((cl-lib "0.5")))

View File

@ -4,6 +4,7 @@
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 1.4.0
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: editing cursors
;; Homepage: https://github.com/magnars/multiple-cursors.el