summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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)))