Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
## Installation

Place 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*