simplify git-modes package
This commit is contained in:
parent
1c82edd5bb
commit
94d28d7a2d
@ -66,18 +66,16 @@
|
||||
|
||||
(use-package git-modes
|
||||
:ensure t
|
||||
:config
|
||||
(setq auto-mode-alist
|
||||
(append auto-mode-alist
|
||||
'(("/\\.?git/?config$" . gitconfig-mode)
|
||||
("/\\.gitmodules$" . gitconfig-mode)
|
||||
("/\\.gitignore$" . gitignore-mode)
|
||||
("/\\.git/info/exclude$" . gitignore-mode)
|
||||
("/git/ignore$" . gitignore-mode)
|
||||
("/.dockerignore\\'" . gitignore-mode)
|
||||
("/\\.gitattributes\\'" . gitattributes-mode)
|
||||
("/info/attributes\\'" . gitattributes-mode)
|
||||
("/git/attributes\\'" . gitattributes-mode)))))
|
||||
:mode
|
||||
("/\\.?git/?config$" . gitconfig-mode)
|
||||
("/\\.gitmodules$" . gitconfig-mode)
|
||||
("/\\.gitignore$" . gitignore-mode)
|
||||
("/\\.git/info/exclude$" . gitignore-mode)
|
||||
("/git/ignore$" . gitignore-mode)
|
||||
("/.dockerignore\\'" . gitignore-mode)
|
||||
("/\\.gitattributes\\'" . gitattributes-mode)
|
||||
("/info/attributes\\'" . gitattributes-mode)
|
||||
("/git/attributes\\'" . gitattributes-mode))
|
||||
|
||||
(use-package git-timemachine
|
||||
:ensure t
|
||||
|
Loading…
x
Reference in New Issue
Block a user