Don’t turn on dired-du by default

This commit is contained in:
Gergely Polonkai 2020-12-03 13:00:34 +01:00
parent 45de213890
commit 69f5e44ba7
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 11 deletions

View File

@ -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