From 69f5e44ba7562eb8905ce4f2fa87586e91900ad0 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 3 Dec 2020 13:00:34 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20turn=20on=20dired-du=20by=20def?= =?UTF-8?q?ault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.org | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/configuration.org b/configuration.org index 5f85f3c..2358212 100644 --- a/configuration.org +++ b/configuration.org @@ -2508,9 +2508,7 @@ beats the Web in a lot of aspects. ** Show directory sizes #+BEGIN_SRC emacs-lisp -(use-package dired-du - :hook - (dired-mode . dired-du-mode)) +(use-package dired-du) #+END_SRC ** Show Git version information @@ -2547,14 +2545,6 @@ beats the Web in a lot of aspects. (use-package dired-collapse) #+END_SRC -** Show directory sizes - -#+BEGIN_SRC emacs-lisp -(use-package dired-du - :hook - (dired-mode . dired-du-mode)) -#+END_SRC - ** Show Git version information #+BEGIN_SRC emacs-lisp