Mercurial > dotfiles
changeset 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 | 863f1503616f |
children | 26f9c18b588c |
files | .elisp/settings/50.preferences.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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)