Skip to content
 
 

Repository files navigation

Git Config Modes

Emacs major modes for various Git configuration files.

The list of contributors can be found here.

Note that on Melpa each of these libraries is available as a separate package.

gitattributes-mode

Auto-/loading the library gitattributes-mode enabled the mode for .gitattributes, .git/info/attributes, and git/attributes files.

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.

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

About

Emacs major modes for Git configuration files

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages