这是indexloc提供的服务,不要输入任何密码
Skip to content

Lindydancer/ini-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ini-model - Major mode for Windows-style ini files

Author: Anders Lindgren
Version: 0.0.0
URL: https://github.com/Lindydancer/ini-mode

Major mode for Windows-style ini files.

Features

  • Highlight support.
  • Inherits from prog-mode. The effect is that global minor modes that activates themsleves in prog-mode buffers automatically work in ini-mode.

Background

There are many implementation of major modes for ini files. This is my attempt at a modern, simple, implementation.

Installation

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

Supported Emacs Versions

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.

About

Major mode for Windows-style ini files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published