[Dired] Fix not showing details on first open

Thanks to the documentation of dired+, should have read it earlier …
This commit is contained in:
Daniel - 2017-07-22 19:15:37 +02:00
parent dcabf1f8d9
commit 938ad8cb43
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -713,7 +713,8 @@ _h_ _l_ _o_k _y_ank
(unbind-key "C-M-o" dired-mode-map)
(require 'dired+)
(setq diredp-hide-details-initially-flag nil)
(custom-set-variables
'(diredp-hide-details-initially-flag nil))
;; disable exaggerated fontification of dired+
(require 'font-lock)