summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-22 04:19:33 +0800
committernoa2025-02-22 04:19:33 +0800
commitad09d8f8baa3d3344d110692f239d6ca2c2ff116 (patch)
tree51cdca149ff22d6f47c33ede59cc5b1977b893d6 /emacs/init.el
parent0d2657c693c692d382479a32a312dc9d9ed3c0c7 (diff)
Remove disabled dired-du configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 43d40cf..3cbe9c5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -493,14 +493,6 @@
          (dired-mode . hl-line-mode))
   )
 
-;; Show the recursive size of directories
-(use-package dired-du
-  :disabled t
-  :hook (dired-mode . dired-du-mode)
-  :after dired
-  :custom
-  (dired-du-size-format t))
-
 (use-package recentf
   :hook (after-init . recentf-mode)
   :custom