Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
Support me

# 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/)