Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/mode-line-bell
Flash the Emacs mode line instead of ringing the bell
https://github.com/purcell/mode-line-bell
Last synced: 3 days ago
JSON representation
Flash the Emacs mode line instead of ringing the bell
- Host: GitHub
- URL: https://github.com/purcell/mode-line-bell
- Owner: purcell
- Created: 2018-01-01T03:38:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:27:47.000Z (3 months ago)
- Last Synced: 2024-12-02T18:04:19.945Z (2 months ago)
- Language: Emacs Lisp
- Size: 6.84 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/mode-line-bell-badge.svg)](http://melpa.org/#/mode-line-bell)
[![Melpa Stable Status](http://stable.melpa.org/packages/mode-line-bell.svg)](http://stable.melpa.org/#/mode-line-bell)# Flash the Emacs mode line instead of ringing the bell
## Installation
### MELPA
If you're an Emacs 24 user or you have a recent version of
`package.el` you can install `mode-line-bell` from the
[MELPA](http://melpa.org) repository. The version of
`mode-line-bell` there will always be up-to-date.Enable `mode-line-bell-mode` with `M-x mode-line-bell-mode`, by using
the customisation interface, or by adding code such as the following
to your emacs startup file:```elisp
(mode-line-bell-mode)
```### Manual
Ensure `mode-line-bell.el` is in a directory on your load-path, and
add the following to your `~/.emacs` or `~/.emacs.d/init.el`:```elisp
(require 'mode-line-bell)
(mode-line-bell-mode)
```## About
Author: Steve Purcell
Homepage: https://github.com/purcell/mode-line-bell
This little library was extracted from the author's
[full Emacs configuration](https://github.com/purcell/emacs.d), which
readers might find of interest.
Author links:
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)