Alexander-Miller/treemacs@389bca1 -> Alexander-Miller/treemacs@559fa09 ema2159/centaur-tabs@b172646 -> ema2159/centaur-tabs@23eda0a hlissner/emacs-doom-themes@74ebd77 -> hlissner/emacs-doom-themes@5adcc29 iqbalansari/emacs-emojify@4b96f37 -> iqbalansari/emacs-emojify@cfa0086 jabranham/mixed-pitch@d305108 -> jabranham/mixed-pitch@beb22e8 joostkremers/writeroom-mode@92c47df -> joostkremers/writeroom-mode@b648b34 jrblevin/deft@fca9ea0 -> jrblevin/deft@c4af448 seagle0128/doom-modeline@fb34eb5 -> seagle0128/doom-modeline@4956606 tarsius/hl-todo@0598b98 -> tarsius/hl-todo@9661a46 |
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
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).