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