From 139a3ab6b64c982730dbd0a8f5069e35c959507e Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 11 Nov 2024 12:02:37 +0800 Subject: Disable dired-du and install dirvish for file management --- emacs/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f86fead..cea6710 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -295,12 +295,18 @@ 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 :after dired :custom (dired-du-size-format t) :hook (dired-mode . dired-du-mode)) +(use-package dirvish + :ensure t + :custom + (dirvish-override-dired-mode t)) + ;; Some tramp settings. (setopt remote-file-name-inhibit-locks t) (use-package tramp -- cgit 1.4.1-2-gfad0