File: control

package info (click to toggle)
move-text-el 2.0.8-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,460 kB
  • sloc: lisp: 102; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 840 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: move-text-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://github.com/emacsfodder/move-text
Vcs-Browser: https://salsa.debian.org/emacsen-team/move-text-el
Vcs-Git: https://salsa.debian.org/emacsen-team/move-text-el.git

Package: elpa-move-text
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: move current line or region up and down
 The package allows one to move the current line up and down. If a
 region is marked, it will move the region instead. Using the prefix
 one can predefine how many lines move-text will travel.