update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,14 +1,10 @@
(define-package "multiple-cursors" "20250210.1813" "Multiple cursors for emacs."
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "multiple-cursors" "20250210.1813"
"Multiple cursors for emacs."
'((cl-lib "0.5"))
:commit "89f1a8df9b1fc721b1672b4c7b6d3ab451e7e3ef" :authors
'(("Magnar Sveen" . "magnars@gmail.com"))
:maintainers
'(("Magnar Sveen" . "magnars@gmail.com"))
:maintainer
'("Magnar Sveen" . "magnars@gmail.com")
:keywords
'("editing" "cursors")
:url "https://github.com/magnars/multiple-cursors.el")
;; Local Variables:
;; no-byte-compile: t
;; End:
:url "https://github.com/magnars/multiple-cursors.el"
:commit "89f1a8df9b1fc721b1672b4c7b6d3ab451e7e3ef"
:revdesc "89f1a8df9b1f"
:keywords '("editing" "cursors")
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
:maintainers '(("Magnar Sveen" . "magnars@gmail.com")))

View File

@@ -3,7 +3,8 @@
;; Copyright (C) 2012-2016 Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com>
;; Package-Version: 1.5.0
;; Package-Version: 20250210.1813
;; Package-Revision: 89f1a8df9b1f
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: editing cursors
;; Homepage: https://github.com/magnars/multiple-cursors.el