~protesilaos/logos

A simple "focus mode" for Emacs which can be applied to any buffer for reading, writing, or even doing a presentation.
Add user option 'logos-hide-header-line'
Expand example for bar toggling and fix the code samples
Simplify the example with org-indent-mode

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.