-
Notifications
You must be signed in to change notification settings - Fork 12
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
2 changed files
with
28 additions
and
3 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,9 +1,23 @@ | ||
# selectric-mode | ||
|
||
[![MELPA](https://melpa.org/packages/selectric-mode-badge.svg)] | ||
(https://melpa.org/#/selectric-mode) | ||
|
||
Make your Emacs sound like a proper typewriter. Extremely useful if you | ||
have a puny, silent, rubberish, non-clicky keyboard. | ||
|
||
The sound of the typewriter was recorded by a person nicknamed | ||
"secretmojo" and is available on | ||
https://www.freesound.org/people/secretmojo/sounds/224012/ under a | ||
Creative Commons license. | ||
|
||
To install it, simply add it to your load-path, require it: | ||
|
||
```elisp | ||
(add-to-list 'load-path "~/.emacs.d/plugins/selectric-mode") | ||
(require 'selectric-mode) | ||
``` | ||
|
||
And then activate/deactivate with M-x `selectric-mode`. When it's | ||
activated, you'll hear a typing sound for confirmation. When it | ||
deactivates, you'll hear a carriage movement sound instead. |
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