summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-git.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-git.el b/emacs/custom/fcuny-git.el
index eac237c..1e15d32 100644
--- a/emacs/custom/fcuny-git.el
+++ b/emacs/custom/fcuny-git.el
@@ -2,12 +2,16 @@
(require 'fcuny-vars)
(use-package gitconfig-mode
+ :mode ((".gitconfig" . gitconfig-mode)
+ (".gitmodules" . gitconfig-mode))
:ensure t)
(use-package gitattributes-mode
+ :mode ((".gitattributes" . gitattributes-mode))
:ensure t)
(use-package gitignore-mode
+ :mode ((".gitignore" . gitignore-mode))
:ensure t)
(use-package magit