Zygospore

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Zygospore
Description reversible C-x 1 (delete-other-windows)
Author Louis Kottmann
Maintainer Louis Kottmann
Source https://github.com/LouisKottmann/zygospore.el

Basic setup

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