From 8cf1a05f8726a78836bfb5ed0696614193cad6f7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 2 Feb 2022 18:54:26 -0800 Subject: git: ensure proper mode are used --- emacs/custom/fcuny-git.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/custom') 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 -- cgit 1.4.1