Skip to content

manateelazycat/move-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

What is move-text.el ?

Move current line or region.

Installation

Clone or download this repository (path of the folder is the <path-to-move-text> used below).

In your ~/.emacs, add the following two lines:

(add-to-list 'load-path "<path-to-move-text>") ; add move-text to your load-path
(require 'move-text)

Usage

Bind your favorite key to functions:

Function Description
move-text-up Move current line or region up
move-text-down Move current line or region down

About

Move current line or region

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published