~protesilaos/logos

A simple "focus mode" for Emacs which can be applied to any buffer for reading, writing, or even doing a presentation.
Tweak format of the manual's front matter
Add README.md to make it easier for all Git forges
Add link to video demo in the manual

clone

read-only
https://git.sr.ht/~protesilaos/logos
read/write
git@git.sr.ht:~protesilaos/logos

You can also use your local clone with git send-email.

#Logos (logos.el)

This package provides a simple approach to setting up a "focus mode" for Emacs. It uses the page-delimiter (typically the ^L character) or the outline-regexp together with some commands to move between pages whether narrowing is in effect or not. It also provides some optional stylistic tweaks which come into effect when the buffer-local logos-focus-mode is enabled. The manual shows how to extend the code to achieve the desired result.