https://github.com/manateelazycat/toggle-one-window
Toggle between window layout and one window.
https://github.com/manateelazycat/toggle-one-window
Last synced: 8 months ago
JSON representation
Toggle between window layout and one window.
- Host: GitHub
- URL: https://github.com/manateelazycat/toggle-one-window
- Owner: manateelazycat
- Created: 2021-11-01T08:18:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T08:32:21.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T19:35:03.979Z (10 months ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is toggle-one-window?
We often focus on reading the content in current window, hoping to temporarily maximize the current window, after reading the content, restore the window layout.toggle-one-window mainly solves the use of scenes,the first call save the current window layout configuration and delete other windows, and second call will restore the window layout before the maximum operation.
## Installation
1. Clone or download this repository (path of the folder is the `` used below).
2. In your `~/.emacs`, add the following two lines:
```elisp
(add-to-list 'load-path "") ; add toggle-one-window to your load-path
(require 'toggle-one-window)
```## Usage
* toggle-one-window