dired-whatever-stuff

TorgoX on 2005-07-26T01:29:13

Dear Log,

Erratum! Emacs's dired mode (dired.el + dired-aux.el) seems to want to be able to freely add "d" as a switch to the ls switches set in dired-listing-switches. So, this:

(setq dired-listing-switches "-algGh --time-style=iso")

...is not so good. But this:

(setq dired-listing-switches "--time-style=iso -algGh")

...is more gooder.