Author: Anders Lindgren
Version: 0.0.0
URL: https://github.com/Lindydancer/ini-mode
Major mode for Windows-style ini files.
- Highlight support.
- Inherits from
prog-mode. The effect is that global minor modes that activates themsleves inprog-modebuffers automatically work inini-mode.
There are many implementation of major modes for ini files. This is my attempt at a modern, simple, implementation.
Place the following lines in a suitable initialization file:
(autoload 'ini-mode "ini-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.ini\\'" . ini-mode))
This package is primarily designed for Emacs 24. However, with the help of the companion package anders-old-emacs-support it can be used with earlier Emacs versions, at least from Emacs 22.
Converted from ini-mode.el by el2markup.