summary refs log tree commit diff
path: root/emacs/custom/my-dired.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🤡Franck Cuny2023-06-011-13/+0
| | | | Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
* fix(dired): make the outpout of ls more readableFranck Cuny2023-02-091-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 Cuny2022-06-031-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 requireFranck Cuny2022-04-261-10/+4
|
* dired: move configuration to its own moduleFranck Cuny2022-04-181-0/+19