mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
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
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
(package! smerge-mode :built-in t)
|
||||
|
||||
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
|
||||
(package! git-commit :pin "0aa26864e3fc4e6949711a4821caf6819e7ab171")
|
||||
(package! git-timemachine
|
||||
;; The original lives on codeberg.org; which has uptime issues.
|
||||
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
||||
|
Reference in New Issue
Block a user