From 6782782c1137ce1424633aaab1b16906df017677 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 27 Jan 2024 12:51:35 +0000 Subject: emacs: Have Dired use unit suffixes --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index dc61a27..5ad7ba0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -136,6 +136,10 @@ ;; Dired +(use-package dired + :defer t + :custom (dired-listing-switches (concat dired-listing-switches " -h"))) + (put 'dired-find-alternate-file 'disabled nil) (my/with-add-hook 'dired-mode-hook -- cgit v1.2.3-70-g09d2