| ;;; package --- Git config | |||||
| ;;; Commentary: | |||||
| ;; TODO: link commits from vc-log to magit-show-commit | ;; TODO: link commits from vc-log to magit-show-commit | ||||
| ;; TODO: smerge-mode | ;; 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-messenger) ;; Though see also vc-annotate's "n" & "p" bindings | ||||
| (require-package 'git-timemachine) | (require-package 'git-timemachine) | ||||
| (global-git-commit-mode) | (global-git-commit-mode) | ||||
| (provide 'init-git) | (provide 'init-git) | ||||
| ;;; init-git ends here |