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)