summary refs log tree commit diff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-09 08:26:44 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-09 08:26:44 -0800
commit1139eb704893623a5e611585e5c70a2f675da04a (patch)
tree916c13cc5af0db66263e668cdb302b04a01890df /emacs/custom/my-packages.el
parentfix(go): format the buffer (diff)
downloademacs.d-1139eb704893623a5e611585e5c70a2f675da04a.tar.gz
fix(dired): make the outpout of ls more readable
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
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions