Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nverno/inputrc-mode
- Owner: nverno
- License: gpl-3.0
- Created: 2023-11-30T13:00:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T00:10:40.000Z (3 months ago)
- Last Synced: 2024-11-09T01:18:29.950Z (3 months ago)
- Topics: emacs, inputrc, readline
- Language: Emacs Lisp
- Homepage:
- Size: 211 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```