make dired sorting sizes human readable

This commit is contained in:
petrucci4prez 2018-09-01 15:27:17 -04:00
parent fddb2a6188
commit 86340ab4a2
1 changed files with 5 additions and 0 deletions

View File

@ -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 (add-to-list 'dired-compress-files-alist
'("\\.tar\\.zpaq\\'" . "lrztar -z -L 9 -o %o %i &")))) '("\\.tar\\.zpaq\\'" . "lrztar -z -L 9 -o %o %i &"))))
#+END_SRC #+END_SRC
** formatting for humans
make sizes human readable
#+BEGIN_SRC emacs-lisp
(setq dired-listing-switches "-Alh")
#+END_SRC
* org-mode * org-mode
** major mode ** major mode
*** general config *** general config