mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Alexander-Miller/treemacs@027e03b -> Alexander-Miller/treemacs@6c00fe7 Bad-ptr/persp-mode.el@14325c1 -> Bad-ptr/persp-mode.el@c132efe DarthFennec/highlight-indent-guides@a4f7714 -> DarthFennec/highlight-indent-guides@cf352c8 dimitri/switch-window@8710f63 -> dimitri/switch-window@277706b ema2159/centaur-tabs@7e0332b -> ema2159/centaur-tabs@5453317 emacs-straight/minimap@d8850be -> emacs-straight/minimap@37a0200 hlissner/emacs-doom-themes@24023de -> hlissner/emacs-doom-themes@d6ee47d hlissner/emacs-solaire-mode@cd63b67 -> hlissner/emacs-solaire-mode@d751c1c jabranham/mixed-pitch@1cad46f -> jabranham/mixed-pitch@d305108 seagle0128/doom-modeline@ffbaaee -> seagle0128/doom-modeline@538017a Fix #4023
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).