Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dired+ Not showing details anymore?

Tags:

emacs

dired

I just updated to the most recent version of Dired+ and Emacs (from a nightly build) and, for some reason when I open Dired on any path, I don't see details (e.g. file size, permissions, size, etc.)

Has anything changed on Dired+ in the latest version? How do I restore the details view? Here is a snapshot of what I get now:

enter image description here

like image 396
Amelio Vazquez-Reina Avatar asked Apr 07 '14 18:04

Amelio Vazquez-Reina


2 Answers

Taken from the package documentation.

Starting with Emacs 24.4 (I assume what you got in nightly), 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.

How to find it quickly: M-x find-library enter dired+enter C-s details

like image 95
Jordon Biondo Avatar answered Oct 21 '22 00:10

Jordon Biondo


You can just press C-( to toggle it;

like image 32
Eric.Zhu Avatar answered Oct 21 '22 02:10

Eric.Zhu