From f1014c3a7d1cba44ed4705ab6b243ec55e4dcda0 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 19 Sep 2024 15:21:20 -0700 Subject: [PATCH] Remove all vc-mode backends --- thoom-emacs/modules/thoom-git.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thoom-emacs/modules/thoom-git.el b/thoom-emacs/modules/thoom-git.el index 4e4a7c7..ab4dbfd 100644 --- a/thoom-emacs/modules/thoom-git.el +++ b/thoom-emacs/modules/thoom-git.el @@ -13,3 +13,6 @@ :map magit-file-section-map ;; Unbind to stop overriding avy ("C-j" . nil))) + +;; Disable vc-mode +(setq vc-handled-backends nil)