doomemacs/modules/emacs/vc/packages.el
Henrik Lissner 07eae64509
refactor(vc): move git-commit to magit module
`git-commit` is no longer distributed with `magit` and no longer
declares its dependencies, causing "file missing: with-editor" and
similar errors for folks who don't have magit installed. Also, VC's
commit workflows don't utilize the mode, so there's no reason to keep it
in this module.

Ref: magit/magit@c170fcf399
Ref: #8003
2024-09-09 18:08:28 -04:00

13 lines
503 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; emacs/vc/packages.el
(package! vc :built-in t)
(package! vc-annotate :built-in t)
(package! smerge-mode :built-in t)
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
(package! git-timemachine
;; The original lives on codeberg.org; which has uptime issues.
:recipe (:host github :repo "emacsmirror/git-timemachine")
:pin "3780835fcd67c3703ffa768206121851e6895ece")
(package! git-modes :pin "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")