Don’t turn on dired-du by default

master
Gergely Polonkai 3 years ago
parent 45de213890
commit 69f5e44ba7
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93

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

Loading…
Cancel
Save