An open API service indexing awesome lists of open source software.

https://github.com/pd/swallow-window.el

Consume the space taken up by adjacent windows
https://github.com/pd/swallow-window.el

Last synced: 5 months ago
JSON representation

Consume the space taken up by adjacent windows

Awesome Lists containing this project

README

          

# swallow-window.el

See `swallow-window.el` for now; it's too much effort to maintain the
docs both here and in my elisp file. I'll get around to it.

Alternatively, check the `features/swallow-window.feature`; that explains
the plans. Run the tests to see what actually works so far.

Real Docs Coming Soon(tm).

## Testing
Install [Cask](https://github.com/cask/cask); it makes life better.
Then just run `cask install && make`.

## Credits
1. [Josh Cheek](https://github.com/JoshCheek) for writing
[the original parser for window layouts](https://gist.github.com/4498756)
that I use in my cukes. Without that, I never would've bothered
working on this library.