mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
hlissner/emacs-doom-themes@0760079 -> hlissner/emacs-doom-themes@bbb3725 tarsius/hl-todo@5d2ea49 -> tarsius/hl-todo@3bba459 abo-abo/hydra@e3beffd -> abo-abo/hydra@16fa8d1 seagle0128/doom-modeline@0df5585 -> seagle0128/doom-modeline@0642f71 syohex/emacs-anzu@592f8ee -> syohex/emacs-anzu@2e69955 jaypei/emacs-neotree@c2420a4 -> jaypei/emacs-neotree@98fe213 ema2159/centaur-tabs@af50f87 -> ema2159/centaur-tabs@e6bf9f5 Alexander-Miller/treemacs@4eb8eb8 -> Alexander-Miller/treemacs@81b69d9 syohex/emacs-git-gutter-fringe@16226ca -> syohex/emacs-git-gutter-fringe@da19a47 Bad-ptr/persp-mode.el@e330e62 -> Bad-ptr/persp-mode.el@391a7dc jabranham/mixed-pitch@6090716 -> jabranham/mixed-pitch@734fbdf
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).