add helper command for disabling all vcs backends
mainly for speeding things up when dealing with remote filesystems
This commit is contained in:
parent
ab6cc68df1
commit
b01c2f3335
|
@ -7,3 +7,7 @@
|
|||
:ensure t
|
||||
:config
|
||||
(global-diff-hl-mode))
|
||||
|
||||
(defun gered/disable-vcs ()
|
||||
(interactive)
|
||||
(setq vc-handled-backends ()))
|
||||
|
|
Loading…
Reference in a new issue