From b8efe71539513ef91bc100502c2a9f9af02307d3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 1 Mar 2022 11:17:27 -0700 Subject: reactivate dired-async-mode --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a802f220..592505de 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -136,6 +136,7 @@ For something which should happen just once." '(cursor-type 'box) '(dabbrev-case-fold-search t) '(diff-font-lock-prettify t) + '(dired-async-mode t) '(dired-clean-confirm-killing-deleted-buffers nil) '(dired-dwim-target t) '(dired-free-space 'separate) -- cgit v1.2.3