summaryrefslogtreecommitdiff
path: root/elpa/multiple-cursors-20220328.1724/multiple-cursors-pkg.el
blob: 06504dec21ab0d534209dcd54b58fa9b0805e991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "multiple-cursors" "20220328.1724" "Multiple cursors for Emacs."
  '((cl-lib "0.5"))
  :commit "aae47aebc0ae829211fa1e923232715d8e327b36" :authors
  '(("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: