Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nverno/inputrc-mode

Emacs major mode for readline inputrc configs
https://github.com/nverno/inputrc-mode

emacs inputrc readline

Last synced: 3 months ago
JSON representation

Emacs major mode for readline inputrc configs

Awesome Lists containing this project

README

        

# Major mode for readline(3) configuration (inputrc)

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Major mode for readline's inputrc configuration files.

Features:
- font-locking
- indentation
- completion-at-point

![example](doc/inputrc-example.png)

## Installing

### Install inputrc-mode.el from source

- Clone this repository
- Add the following to your emacs config

```elisp
(require "[cloned nverno/inputrc-mode]/inputrc-mode.el")
```