diff .elisp/settings/50.preferences.el @ 259:e742cf5a748c

emacs: disable vc backends for a little speed improvement
author Augie Fackler <durin42@gmail.com>
date Tue, 22 Mar 2011 10:57:46 -0500
parents 6aad20d9fcb0
children b56da15f4444 546ac96796da
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -71,3 +71,6 @@
 ;; whitespace detection
 (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty))
 (global-whitespace-mode 1)
+
+;; Disable VC plumbing since I don't really use it that much anyway
+(setq vc-handled-backends nil)