ENH make ls show dotfiles first

This commit is contained in:
Nathan Dwarshuis 2020-09-13 15:09:20 -04:00
parent 704621fe73
commit 466d21e2ae
1 changed files with 1 additions and 1 deletions

View File

@ -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: