make dired sorting sizes human readable
This commit is contained in:
parent
fddb2a6188
commit
86340ab4a2
5
conf.org
5
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
|
(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
|
||||||
|
|
Loading…
Reference in New Issue