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
- Host: GitHub
- URL: https://github.com/pd/swallow-window.el
- Owner: pd
- Created: 2013-01-11T22:02:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T12:36:56.000Z (almost 9 years ago)
- Last Synced: 2025-07-27T23:43:00.810Z (11 months ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.