diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-29 03:19:19 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-29 03:19:19 (GMT) |
| commit | 3b46da0c7006c2215aeca641bbfa1d818c955892 (patch) | |
| tree | de4ef476fa9830dfc83431155a3bef0fc24222ee | |
| parent | f79eb3de1cb18941f22e512853d983cea3c00c8f (diff) | |
| download | dotemacs-3b46da0c7006c2215aeca641bbfa1d818c955892.zip dotemacs-3b46da0c7006c2215aeca641bbfa1d818c955892.tar.gz dotemacs-3b46da0c7006c2215aeca641bbfa1d818c955892.tar.bz2 | |
Git commit/ignore modes have been absorbed into git-modes
| -rw-r--r-- | lisp/ravi-init-vc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el index 80c4b0e..1244928 100644 --- a/lisp/ravi-init-vc.el +++ b/lisp/ravi-init-vc.el @@ -87,8 +87,7 @@ ;; Use 'git config --add magit.extension svn' in repository to enable ;; magit-svn for that repository (use-package magit-svn) -(use-package gitignore-mode) -(use-package gitconfig-mode) +(use-package git-modes) (use-package git-messenger :if window-system :bind ("C-x v p" . git-messenger:popup-message)) |
