From 3b9b50e8bd01f5b6b0e87d170731db23c774fd9e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 28 Oct 2014 09:10:22 +0900 Subject: disable magit git wip on Windows --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1a8cfd80..0ab11029 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -408,6 +408,7 @@ (use-package magit-annex :ensure) (use-package magit-wip + :disabled t :diminish magit-wip-save-mode :config (global-magit-wip-save-mode 1))) -- cgit v1.2.3