Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 514 Bytes

Major mode for readline(3) configuration (inputrc)

License: GPL v3

Major mode for readline's inputrc configuration files.

Features:

  • font-locking
  • indentation
  • completion-at-point

example

Installing

Install inputrc-mode.el from source

  • Clone this repository
  • Add the following to your emacs config
(require "[cloned nverno/inputrc-mode]/inputrc-mode.el")