Merge pull request #388 from emacsmirror/expkg

Move metadata from multiple-cursors-pkg.el to multiple-cursors.el
This commit is contained in:
Magnar Sveen 2025-02-10 19:12:54 +01:00 committed by GitHub
commit 758223c45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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