Skip to content

aki237/zen-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published