From 585a80501df61f305c16e4ecf75adf919fc51850 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Mar 2020 17:34:38 -0700 Subject: emacs: add a few more modes for git support --- emacs.d/custom/fcuny-git.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-git.el b/emacs.d/custom/fcuny-git.el index be4707b..f9e985d 100644 --- a/emacs.d/custom/fcuny-git.el +++ b/emacs.d/custom/fcuny-git.el @@ -1,8 +1,13 @@ (require 'fcuny-defuns) (use-package gitconfig-mode - :ensure t - :defer 5) + :ensure t) + +(use-package gitattributes-mode + :ensure t) + +(use-package gitignore-mode + :ensure t) (use-package magit :ensure t -- cgit 1.4.1