| @@ -1,7 +1,10 @@ | |||
| ;;; package --- Git config | |||
| ;;; Commentary: | |||
| ;; TODO: link commits from vc-log to magit-show-commit | |||
| ;; TODO: smerge-mode | |||
| (require-package 'gitignore-mode) | |||
| (require-package 'gitconfig-mode) | |||
| ;;; Code: | |||
| ;; https://github.com/melpa/melpa/commit/cc3a0ce6c8a4a67b8a8d4b8b2c090694535e6848 | |||
| (require-package 'git-modes) | |||
| (require-package 'git-messenger) ;; Though see also vc-annotate's "n" & "p" bindings | |||
| (require-package 'git-timemachine) | |||
| @@ -79,3 +82,5 @@ | |||
| (global-git-commit-mode) | |||
| (provide 'init-git) | |||
| ;;; init-git ends here | |||