Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbolster/emacs-balanced-windows
emacs minor mode to automatically keep windows balanced
https://github.com/wbolster/emacs-balanced-windows
Last synced: 6 days ago
JSON representation
emacs minor mode to automatically keep windows balanced
- Host: GitHub
- URL: https://github.com/wbolster/emacs-balanced-windows
- Owner: wbolster
- Created: 2019-08-28T07:52:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T13:19:46.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T09:13:10.564Z (16 days ago)
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
balanced-windows.el
===================This Emacs package provides a global minor mode named `balanced-windows-mode`. When enabled, Emacs will automatically balance windows (keeping them roughly the same size) whenever the window configuration changes, e.g. after splitting or deleting a window.
Installation
------------```elisp
(use-package balanced-windows
:config
(balanced-windows-mode))
```License
-------BSD-3-clause. Copyright © 2019 wouter bolsterlee.
Credits
-------wouter bolsterlee. wbolster.
https://github.com/wbolster on github. star my repos. fork them. and so on.
https://twitter.com/wbolster on twitter. follow me. or say hi.