From 466d21e2aef671667261094cad067e7162527b9f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 13 Sep 2020 15:09:20 -0400 Subject: [PATCH] ENH make ls show dotfiles first --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 3e0f71b..c723050 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3468,7 +3468,7 @@ Only supports tar.gz, tar.bz2, tar.xz, and .zip by default. Add support for more :END: make sizes human readable #+BEGIN_SRC emacs-lisp -(setq dired-listing-switches "-Alh --group-directories-first") +(setq dired-listing-switches "-vAlh --group-directories-first") #+END_SRC *** mu4e attachments :PROPERTIES: