Browse Source

Do not load vc on startup

pull/15/head
10sr 8 years ago
parent
commit
01093c0e24
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el View File

@@ -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


Loading…
Cancel
Save