Zygospore

From WikEmacs
Revision as of 19:11, 28 October 2015 by Rosaly (talk | contribs) (Created page with "{{Package |name=Zygospore |description=reversible C-x 1 (delete-other-windows) |author=Louis Kottmann |maintainer=Louis Kottmann |source=https://github.com/LouisKottmann/zygos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Zygospore
Description reversible C-x 1 (delete-other-windows)
Author Louis Kottmann
Maintainer Louis Kottmann
Source https://github.com/LouisKottmann/zygospore.el

A simple package for undoing the delete-other-windows command. Convenient for needing more space in one buffer temporarily or not having to worry about losing a specific setup.

Basic setup

(global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)