summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-28 09:10:22 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:41:18 +0900
commit900afbc9ad8343786006faa81525b82f530d2bd6 (patch)
tree727ee61bf3e557a433e8b6f9613f4c5a4a80596e
parent43786c12732743d2c08a6f2a4ad7d0a4fce2ef18 (diff)
downloaddotfiles-900afbc9ad8343786006faa81525b82f530d2bd6.tar.gz
disable magit git wip on Windows
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 89a775bd..0192276c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -409,6 +409,7 @@
(use-package magit-annex :ensure)
(use-package magit-wip
+ :disabled t
:diminish magit-wip-save-mode
:config (global-magit-wip-save-mode 1)))