mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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