From ab4b108beb09c813761056aab4c3fd9a8dfd0d81 Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 16 Feb 2025 21:44:52 +0800 Subject: Clean up dired-du declaration --- emacs/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 0d982f5..362787e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -263,11 +263,10 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ;; Show the recursive size of directories (use-package dired-du :disabled t - :ensure t + :hook (dired-mode . dired-du-mode) :after dired :custom - (dired-du-size-format t) - :hook (dired-mode . dired-du-mode)) + (dired-du-size-format t)) ;; Some tramp settings. (setopt remote-file-name-inhibit-locks t) -- cgit 1.4.1-2-gfad0