aki237/zen-mode

zen-mode : distraction free editing mode for emacs

Emacs Lisp

77

3 commits

updated Jan 5, 2022

See the code

README

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

distraction-free
emacs
sublime-text-3
zen-mode

Contributors

aki237

3 commits

aki237/zen-mode

zen-mode : distraction free editing mode for emacs

Emacs Lisp

77

3 commits

updated Jan 5, 2022

See the code

README

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

distraction-free
emacs
sublime-text-3
zen-mode

Contributors

aki237

3 commits

Languages

Emacs Lisp

100.0%