From 86f13e374510298b4bc8760cec7b3a87cfdd56ac Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 6 Nov 2015 14:57:38 -0800 Subject: [emacs] disable magit and vcs mode. When this modes are activated with source, everything is slooooww. --- emacs.d/inits/50_git.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/emacs.d/inits/50_git.el b/emacs.d/inits/50_git.el index 7ce259c..0e1007c 100644 --- a/emacs.d/inits/50_git.el +++ b/emacs.d/inits/50_git.el @@ -1,6 +1,7 @@ -(use-package magit - :ensure t - :bind ("C-x g" . magit-status) - :config - (progn - (setenv "GIT_PAGER" ""))) +(delete 'Git vc-handled-backends) +;; (use-package magit +;; :ensure t +;; :bind ("C-x g" . magit-status) +;; :config +;; (progn +;; (setenv "GIT_PAGER" ""))) -- cgit 1.4.1