summaryrefslogtreecommitdiff
path: root/emacs/custom/my-dired.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-01🤡Franck Cuny1-13/+0
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
2023-02-09fix(dired): make the outpout of ls more readableFranck Cuny1-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
2022-06-03feat(dired): use `ls-lisp' with `dired'Franck Cuny1-2/+5
This gives me the possibility to use `--group-directories-first' which is easier to read when browsing directories. Change-Id: I01f303fd4b23b186945964c09a0f45c3e6c634a4
2022-04-26dired: simplify so we don't need to requireFranck Cuny1-10/+4
2022-04-18dired: move configuration to its own moduleFranck Cuny1-0/+19