mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Omit all but SVN, Git & Hg from vc-handled-backends
This means less file IO for each buffer spent checking for each version control system.
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
;;; emacs/vc/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Remove RCS, CVS, SCCS, SRC, and Bzr, because it's a lot less work for vc to
|
||||
;; check them all (especially in TRAMP buffers), and who uses any of these in
|
||||
;; 2021, amirite?
|
||||
(setq-default vc-handled-backends '(SVN Git Hg))
|
||||
|
||||
(when IS-WINDOWS
|
||||
(setenv "GIT_ASKPASS" "git-gui--askpass"))
|
||||
|
||||
|
Reference in New Issue
Block a user