Skip to content

Emacs: moves current line or lines surrounding region up or down.

License

Notifications You must be signed in to change notification settings

targzeta/move-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Move Lines

Emacs package that moves current line or lines surrounding region up or down.

Demonstration

Installation

Copy the provided version of move-lines.el in a directory which is in the Emacs load-path. Then, execute the following code either directly or in your .emacs file:

(require 'move-lines)
(move-lines-binding)

After that, you can move the line(s) up by M-p or M-<up> or down by M-n or M-<down>.

About

Emacs: moves current line or lines surrounding region up or down.

Resources

License

Stars

Watchers

Forks

Packages

No packages published