Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(dired): make the outpout of ls more readable | Franck Cuny | 2023-02-09 | 1 | -4/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | feat(dired): use `ls-lisp' with `dired' | Franck Cuny | 2022-06-03 | 1 | -2/+5 |
| | | | | | | | This gives me the possibility to use `--group-directories-first' which is easier to read when browsing directories. Change-Id: I01f303fd4b23b186945964c09a0f45c3e6c634a4 | ||||
* | dired: simplify so we don't need to require | Franck Cuny | 2022-04-26 | 1 | -10/+4 |
| | |||||
* | dired: move configuration to its own module | Franck Cuny | 2022-04-18 | 1 | -0/+19 |