From 01093c0e24258e14ac7a0f2ba2891378e1af1927 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 19 Feb 2016 14:19:08 +0900 Subject: [PATCH] Do not load vc on startup --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index e5f0864..0c335be 100644 --- a/emacs.el +++ b/emacs.el @@ -1476,8 +1476,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; vc -(require 'vc) -(setq vc-handled-backends '()) +(set-variable 'vc-handled-backends '()) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; recentf-mode