Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aki237/zen-mode
zen-mode : distraction free editing mode for emacs
https://github.com/aki237/zen-mode
distraction-free emacs sublime-text-3 zen-mode
Last synced: 2 months ago
JSON representation
zen-mode : distraction free editing mode for emacs
- Host: GitHub
- URL: https://github.com/aki237/zen-mode
- Owner: aki237
- License: gpl-2.0
- Created: 2017-07-15T23:51:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T07:12:44.000Z (about 3 years ago)
- Last Synced: 2024-08-05T06:06:15.901Z (6 months ago)
- Topics: distraction-free, emacs, sublime-text-3, zen-mode
- Language: Emacs Lisp
- Homepage: https://github.com/aki237/zen-mode
- Size: 246 KB
- Stars: 66
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Zen Mode
A simple emacs package for distraction free editing. Able to automatically resize the
editor span on window resize.![Zen Experience](zen.png)
![Zen Vannila](zen-vannila.png)
## InstallationPlace the [zen-mode.el](zen-mode.el) file in the `load-path`, and in your configuration
```lisp
(require 'zen-mode)
```To add a key binding, do the following :
```lisp
(global-set-key (kbd "C-M-z") 'zen-mode)
```or just run `M-x zen-mode`
## Key bindings
+ `C-c C->` - Increases the editor span width (decreases the margin width)
+ `C-c C-<` - Decreases the editor span width (increases the margin width)*Solarized themes look good*