mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Alexander-Miller/treemacs@6c00fe7 -> Alexander-Miller/treemacs@389bca1 Bad-ptr/persp-mode.el@c132efe -> Bad-ptr/persp-mode.el@298df11 abo-abo/hydra@112e689 -> abo-abo/hydra@2d55378 dimitri/switch-window@277706b -> dimitri/switch-window@5bba780 ema2159/centaur-tabs@5453317 -> ema2159/centaur-tabs@b172646 emacsorphanage/anzu@7b8688c -> emacsorphanage/anzu@b3d15fb hlissner/emacs-doom-themes@e55d9a2 -> hlissner/emacs-doom-themes@74ebd77 iqbalansari/emacs-emojify@d886069 -> iqbalansari/emacs-emojify@9fc2277 jaypei/emacs-neotree@5e12716 -> jaypei/emacs-neotree@98fe213 joostkremers/writeroom-mode@8a226a3 -> joostkremers/writeroom-mode@92c47df seagle0128/doom-modeline@538017a -> seagle0128/doom-modeline@fb34eb5
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.
Plugins
Hacks
mixed-pitch
has been modified not to override:height
properties on the faces it remaps. This means text-scale can affect thefixed-pitch
faces as well; See https://gitlab.com/jabranham/mixed-pitch/issues/6#note_79691741.
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).