diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-git.el | 9 |
1 files changed, 7 insertions, 2 deletions
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 |