summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-17 16:58:39 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:39:41 +0900
commit43786c12732743d2c08a6f2a4ad7d0a4fce2ef18 (patch)
treed343178675a1d595769a9f06ac8e63c90b152561
parent079c6ceff77ee3652ea0ef2e8722ab4599a33d3b (diff)
downloaddotfiles-43786c12732743d2c08a6f2a4ad7d0a4fce2ef18.tar.gz
disable asyncronous dired 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 a133bd8d..89a775bd 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -857,6 +857,7 @@
;;; make dired copy and move asynchronously
(use-package async
+ :disabled t
:ensure
:init (when (require 'dired-aux)
(require 'dired-async)))