update packages and add valign
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user