doomemacs/modules/ui/zen
Henrik Lissner a912a6c313 ui/zen: prevent type error in writeroom-mode
In case a user is testing writeroom-mode, experiences an error, and this
internal variable isn't set.
2021-03-05 20:09:22 -05:00
..
autoload.el ui/zen: add +zen/toggle{,-fullscreen} commands 2021-02-24 18:06:30 -05:00
config.el ui/zen: prevent type error in writeroom-mode 2021-03-05 20:09:22 -05:00
packages.el Bump :ui 2021-02-14 21:14:07 -05:00
README.org ui/zen: revise readme 2020-01-09 23:17:49 -05:00

ui/zen

Description

This module provides writeroom-mode, which transforms Emacs into a comfortable writing or coding space by centering the buffer, removing superfluous UI elements, and turning on variable-pitch fonts (but keeps certain elements fixed-pitch, where it makes sense to).

If you've used olivetti, sublimity, or tabula-rasa, you will feel right at home.

Module Flags

This module provides no flags.

Hacks

Prerequisites

This module has no prereqisites.

Features

Distractions-free mode

This can be activated with SPC t z for evil users. There is no keybinding for non-evil users yet, so use 'M-x writeroom-mode'.

Configuration

Enable fullscreen on activation

(setq writeroom-fullscreen-effect t)

Or fullscreen manually with SPC t F (or F11 for non-evil users).