ENH make dired group directories first

This commit is contained in:
Nathan Dwarshuis 2020-09-13 15:02:42 -04:00
parent d20ece7ce0
commit 704621fe73
1 changed files with 2 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") (setq dired-listing-switches "-Alh --group-directories-first")
#+END_SRC #+END_SRC
*** mu4e attachments *** mu4e attachments
:PROPERTIES: :PROPERTIES:
@ -3776,6 +3776,7 @@ This controls the music player daemon (MPD) which in my case is modidy with seve
** slack ** slack
:PROPERTIES: :PROPERTIES:
:CREATED: [2020-09-03 Thu 11:36] :CREATED: [2020-09-03 Thu 11:36]
:ID: 87bba6c7-1158-4551-8acc-73850826e6be
:END: :END:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package slack (use-package slack