update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -1,10 +1,11 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "multiple-cursors" "20251006.2038"
"Multiple cursors for emacs."
'((cl-lib "0.5"))
(define-package "multiple-cursors" "20260117.1733"
"Multiple cursors for Emacs."
'((emacs "24.4")
(cl-lib "0.5"))
:url "https://github.com/magnars/multiple-cursors.el"
:commit "9017f3be6b00c1d82e33409db4a178133fb39d47"
:revdesc "9017f3be6b00"
:commit "ddd677091afc7d65ce56d11866e18aeded110ada"
:revdesc "ddd677091afc"
:keywords '("editing" "cursors")
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
:maintainers '(("Magnar Sveen" . "magnars@gmail.com")))