[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: how to show details in dired mode by default
From: |
David Belohrad |
Subject: |
RE: how to show details in dired mode by default |
Date: |
Wed, 26 Feb 2014 17:58:13 +0100 |
User-agent: |
Notmuch/0.17+54~g9ac863c (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-unknown-linux-gnu) |
That's it. I did not notice. Thanks.
.d.
Drew Adams <drew.adams@oracle.com> writes:
>> I've just switched to emacs24 from emacs23. In emacs 23 the dired mode
>> (dired+) shows by default all the details about the files. Now I have to
>> force it for each buffer by pressing '('. How can I set it up so by
>> default it brings full listing?
>
> The very first section of the Commentary of `dired+.el', which is
> only 4 sentences long, says this:
>
> ;; Hide/Show Details
> ;; -----------------
> ;;
> ;; Starting with Emacs 24.4, listing details are hidden by
> ;; default. Use `(' anytime to toggle this hiding. You can
> ;; use option `diredp-hide-details-initially-flag'
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ;; to change the default/initial state.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ;; See also option `diredp-hide-details-propagate-flag'.
> ;;
> ;; If you have an Emacs version older than 24.4, you can use
> ;; library `dired-details+.el' (plus `dired-details.el') to
> ;; get similar behavior.