| Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
|
|
I want the date of the files to be formatted as 'year-month-day time':
this is easier to read and sort.
To do this I needed to:
- stop loading `ls-lisp': as I want to rely on the system's `ls' binary
- specify the switches for `ls'
The existing switches (`dired-listing-switches') where not taking effect
because I was using `ls-lisp'.
Change-Id: I3f3bc3abe864b60b12342713157e24f466c3aafa
|
|
This gives me the possibility to use `--group-directories-first' which
is easier to read when browsing directories.
Change-Id: I01f303fd4b23b186945964c09a0f45c3e6c634a4
|
|
|
|
|