From 86340ab4a2c2339f38c7a23c56107bb41dc2237c Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 1 Sep 2018 15:27:17 -0400 Subject: [PATCH] make dired sorting sizes human readable --- conf.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.org b/conf.org index 7c97a30..ef0adda 100644 --- a/conf.org +++ b/conf.org @@ -559,6 +559,11 @@ Only supports tar.gz, tar.bz2, tar.xz, and .zip by default. Add support for more (add-to-list 'dired-compress-files-alist '("\\.tar\\.zpaq\\'" . "lrztar -z -L 9 -o %o %i &")))) #+END_SRC +** formatting for humans +make sizes human readable +#+BEGIN_SRC emacs-lisp +(setq dired-listing-switches "-Alh") +#+END_SRC * org-mode ** major mode *** general config