Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.04 KB

README.md

File metadata and controls

45 lines (37 loc) · 2.04 KB

typewriter-roll-mode

MELPA MELPA Stable CI Coverage Status Buy me a coffee Liberapay PayPal

This minor mode attempts to remove distraction of seeing the previous lines of text while dumping an uninterrupted stream of thoughts, hence preventing focus jumping to revisions whether to handle typos, spacing or complete rewording and losing such a thought in the process.

How to

Install it from Melpa or clone and install manually, then simply M-x typewriter-roll-mode.

Enable for file extensions

It might be useful to auto-enable the mode for certain files or patterns. One of such methods is updating auto-mode-alist:

(add-to-list 'auto-mode-alist
             '("\\.my-quick-note.txt\\'" . typewriter-roll-mode))

For every file with .my-quick-note.txt extension.