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.
Install it from Melpa or clone and
install manually, then simply M-x typewriter-roll-mode
.
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.