-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
[![MELPA][melpa-badge]][melpa-package] | ||
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package] | ||
|
||
# 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](https://melpa.org/#/getting-started) or clone and | ||
install manually, then simply `M-x typewriter-roll-mode`. | ||
|
||
[melpa-badge]: http://melpa.org/packages/typewriter-roll-mode-badge.svg | ||
[melpa-package]: http://melpa.org/#/typewriter-roll-mode | ||
[melpa-stable-badge]: http://stable.melpa.org/packages/typewriter-roll-mode-badge.svg | ||
[melpa-stable-package]: http://stable.melpa.org/#/typewriter-roll-mode |