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-06-08 08:33:51 +0900
commit0834b7f37532fb32a3e7d559e8bcc090d3c52278 (patch)
tree505523ce7e48f44f633582946e2694c246723153
parent2110f960f6034b30eab6e241626a3d17b6a2ccfb (diff)
downloaddotfiles-0834b7f37532fb32a3e7d559e8bcc090d3c52278.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 6e415bf6..1a8cfd80 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -874,6 +874,7 @@
;;; make dired copy and move asynchronously
(use-package async
+ :disabled t
:ensure
:init (when (require 'dired-aux)
(require 'dired-async)))