An open API service indexing awesome lists of open source software.

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.

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.