Skip to content

KeyWeeUsr/typewriter-roll-mode

Repository files navigation

MELPA MELPA Stable Buy me a coffee Liberapay PayPal

typewriter-roll-mode

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.