aki237 / zen-mode

zen-mode : distraction free editing mode for emacs

Home Page:https://github.com/aki237/zen-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zen Mode

A simple emacs package for distraction free editing. Able to automatically resize the editor span on window resize.

Zen Experience Zen Vannila

Installation

Place the zen-mode.el file in the load-path, and in your configuration

(require 'zen-mode)

To add a key binding, do the following :

(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

About

zen-mode : distraction free editing mode for emacs

https://github.com/aki237/zen-mode

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%