12 lines
456 B
EmacsLisp
12 lines
456 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(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 "ddd677091afc7d65ce56d11866e18aeded110ada"
|
|
:revdesc "ddd677091afc"
|
|
:keywords '("editing" "cursors")
|
|
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
|
|
:maintainers '(("Magnar Sveen" . "magnars@gmail.com")))
|