Skip to content

amosbird/realign-mode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realign Mode

Global minor mode that realign windows smartly.

Screenshots

https://raw.githubusercontent.com/amosbird/realign-mode.el/master/img/s-1.png https://raw.githubusercontent.com/amosbird/realign-mode.el/master/img/s-2.png

Installation

Manual installation

First, download realign-mode.el in your emacs load path.

Then add this to your configuration file:

(require 'realign-mode)

Installation via use-package

If you use use-package, simply add the following to your init file.

(use-package realign-mode :commands realign-mode)

Activation

On-the-fly

Simply type M-x realign-mode in any buffer.

Permanent

To make this permanent, add this to your emacs configuration file:

(require realign-mode)
(realign-mode +1)

License

None.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published