doomemacs/modules/emacs/vc
Daanturo 5974543732 feat(vc): add next conflict in project to +vc/smerge-hydra
new hydra head:
"n" (progn (smerge-vc-next-conflict)
(recenter-top-bottom (/ (window-height) 8)))

Allow us to jump to the next merge conflict in current project without
leaving the hydra and/or opening magit.
2022-08-02 20:38:04 +02:00
..
autoload feat(vc): add next conflict in project to +vc/smerge-hydra 2022-08-02 20:38:04 +02:00
config.el refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
packages.el bump: :emacs 2022-02-02 01:56:04 +01:00
README.org Add README for emacs/vc module 2020-05-23 16:59:12 -04:00

emacs/vc

Description

This module augments Emacs builtin version control support and provides better integration with git

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting