[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Why has emacs 23 become so ugly?



* 2011-05-01T02:35:30Z * Hendrik Boom wrote:

> Directory listings no longer line up, and are that much more
> unreadable.

I think it's because "ls" command have changed its default date and time
format to "locale" and some locales don't not return fixed-width
strings. Here's the fix to add in your .emacs file:

    (setenv "TIME_STYLE" "long-iso")


Reply to: