https://github.com/filippsidorov/hammingway
Hammingway mode: Enhances writing in Emacs by toggling backspace key with Control C h m.
https://github.com/filippsidorov/hammingway
distraction-free emacs writing
Last synced: about 2 months ago
JSON representation
Hammingway mode: Enhances writing in Emacs by toggling backspace key with Control C h m.
- Host: GitHub
- URL: https://github.com/filippsidorov/hammingway
- Owner: filippsidorov
- Created: 2024-04-26T13:44:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T15:01:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:40:05.162Z (7 months ago)
- Topics: distraction-free, emacs, writing
- Language: Emacs Lisp
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hammingway Mode
## Description:
Hammingway Mode is an Emacs package that allows you to toggle the functionality of the backspace key with the keystroke Control-C h m. This mode is designed to enhance your editing experience by easily enabling or disabling the backspace key as needed.## Usage:
To toggle Hammingway Mode on and off, simply press Control-C h m. When the mode is on, the backspace key functionality will be disabled, and when the mode is off, the backspace key will function as usual.## Installation:
1. Download the `hammingway.el` file from this repository.
2. Add `(load "/path/to/hammingway.el")` to your Emacs configuration file (`.emacs` or `init.el`).
3. Restart Emacs or evaluate the new configuration.
4. Toggle Hammingway Mode on and off using Control-C h m.