ENH make ls show dotfiles first
This commit is contained in:
parent
704621fe73
commit
466d21e2ae
|
@ -3468,7 +3468,7 @@ Only supports tar.gz, tar.bz2, tar.xz, and .zip by default. Add support for more
|
||||||
:END:
|
:END:
|
||||||
make sizes human readable
|
make sizes human readable
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq dired-listing-switches "-Alh --group-directories-first")
|
(setq dired-listing-switches "-vAlh --group-directories-first")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** mu4e attachments
|
*** mu4e attachments
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
Loading…
Reference in New Issue