git-modes
- Description
- Major modes for editing Git configuration files
- Latest
- git-modes-1.4.4.tar (.sig), 2024-Aug-05, 40.0 KiB
- Maintainer
- Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
- Website
- https://github.com/magit/git-modes
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
1. Git Config Modes
Emacs major modes for various Git configuration files.
The list of contributors can be found here.
The following libraries are part of the git-modes
package, which
is available from NonGNU ELPA as well as from Melpa.
1.1. gitattributes-mode
Auto-/loading the library gitattributes-mode
enabled the mode for
.gitattributes
, .git/info/attributes
, and git/attributes
files.
1.2. gitconfig-mode
Auto-/loading the library gitconfig-mode
enables the mode for
.gitconfig
, .git/config
, git/config
, and .gitmodules
files.
gitconfig-mode
derives from conf-unix-mode
.
1.3. gitignore-mode
Auto-/loading the library gitignore-mode
enables the mode for
.gitignore
, .git/info/exclude
, and git/ignore
files.
gitignore-mode
derives from conf-unix-mode
.
This mode may be of use in other files that don't have anything to do with Git, for example:
(add-to-list 'auto-mode-alist (cons "/.dockerignore\\'" 'gitignore-mode))
Old versions
git-modes-1.4.3.tar.lz | 2024-Jun-18 | 6.30 KiB |
git-modes-1.4.2.tar.lz | 2024-Mar-31 | 6.25 KiB |
git-modes-1.4.1.tar.lz | 2023-May-12 | 6.28 KiB |
git-modes-1.4.0.tar.lz | 2021-Oct-21 | 16.4 KiB |