Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -1860,10 +1860,21 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e
|
|||||||
:commands (gitattributes-mode
|
:commands (gitattributes-mode
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
gitignore-mode)
|
gitignore-mode)
|
||||||
:mode (("/.gitconfig\\'" . gitconfig-mode)
|
:mode (("/\\.gitignore\\'" . gitignore-mode)
|
||||||
("/.gitignore\\'" . gitignore-mode)
|
("/info/exclude\\'" . gitignore-mode)
|
||||||
("/.gitignore_global\\'" . gitignore-mode)
|
("/git/ignore\\'" . gitignore-mode)
|
||||||
("/.gitattributes\\'" . gitattributes-mode)))
|
("/.gitignore_global\\'" . gitignore-mode) ; jc-dotfiles
|
||||||
|
|
||||||
|
("/\\.gitconfig\\'" . gitconfig-mode)
|
||||||
|
("/\\.git/config\\'" . gitconfig-mode)
|
||||||
|
("/modules/.*/config\\'" . gitconfig-mode)
|
||||||
|
("/git/config\\'" . gitconfig-mode)
|
||||||
|
("/\\.gitmodules\\'" . gitconfig-mode)
|
||||||
|
("/etc/gitconfig\\'" . gitconfig-mode)
|
||||||
|
|
||||||
|
("/\\.gitattributes\\'" . gitattributes-mode)
|
||||||
|
("/info/attributes\\'" . gitattributes-mode)
|
||||||
|
("/git/attributes\\'" . gitattributes-mode)))
|
||||||
|
|
||||||
;; Support for YAML files.
|
;; Support for YAML files.
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user