From 0834b7f37532fb32a3e7d559e8bcc090d3c52278 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 17 Oct 2014 16:58:39 +0900 Subject: disable asyncronous dired 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 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))) -- cgit v1.2.3