doomemacs/modules/emacs/vc
Aleksei Fedotov b66aaf9e9f
fix(vc): +vc/browse-at-remote in TRAMP buffers
vc-ignore-dir-regexp is configured to ignore TRAMP buffers to speedup
projectile. browse-at-remote uses vc-git-root to find git root project
and it will fail to find project root for remote buffers. Temporary
return vc-ignore-dir-regexp to default value.

Fix: #5660
2021-11-18 19:23:55 +01:00
..
autoload fix(vc): +vc/browse-at-remote in TRAMP buffers 2021-11-18 19:23:55 +01:00
config.el refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
packages.el bump: :emacs vc :tools magit 2021-10-21 12:27:42 +02: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