Global minor mode that realign windows smartly.
First, download realign-mode.el
in your emacs load path.
Then add this to your configuration file:
(require 'realign-mode)
If you use use-package, simply add the following to your init file.
(use-package realign-mode :commands realign-mode)
Simply type M-x realign-mode
in any buffer.
To make this permanent, add this to your emacs configuration file:
(require realign-mode)
(realign-mode +1)
None.