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