add helper command for disabling all vcs backends

mainly for speeding things up when dealing with remote filesystems
This commit is contained in:
Gered 2024-12-04 19:01:38 -05:00
parent ab6cc68df1
commit b01c2f3335

View file

@ -7,3 +7,7 @@
:ensure t
:config
(global-diff-hl-mode))
(defun gered/disable-vcs ()
(interactive)
(setq vc-handled-backends ()))