From 83dbda7980b7e870693c51538aad7cd6ea2e4123 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:27:40 -0500 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c53b589..8880e29 100644 --- a/README.md +++ b/README.md @@ -1860,10 +1860,21 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands (gitattributes-mode gitconfig-mode gitignore-mode) - :mode (("/.gitconfig\\'" . gitconfig-mode) - ("/.gitignore\\'" . gitignore-mode) - ("/.gitignore_global\\'" . gitignore-mode) - ("/.gitattributes\\'" . gitattributes-mode))) + :mode (("/\\.gitignore\\'" . gitignore-mode) + ("/info/exclude\\'" . gitignore-mode) + ("/git/ignore\\'" . gitignore-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. ;;