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:
|
: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
|
||||||
|
|
Loading…
Reference in New Issue