A simple emacs package for distraction free editing. Able to automatically resize the editor span on window resize.
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
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