comparison .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
comparison
equal deleted inserted replaced
258:863f1503616f 259:e742cf5a748c
69 (fset 'yes-or-no-p 'y-or-n-p) 69 (fset 'yes-or-no-p 'y-or-n-p)
70 70
71 ;; whitespace detection 71 ;; whitespace detection
72 (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty)) 72 (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty))
73 (global-whitespace-mode 1) 73 (global-whitespace-mode 1)
74
75 ;; Disable VC plumbing since I don't really use it that much anyway
76 (setq vc-handled-backends nil)