emacs/dired: don't enable dired-hide-details-mode by default

This commit is contained in:
Henrik Lissner 2019-12-03 03:54:29 -05:00
parent 7eb4e6348a
commit 1655524836
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -45,9 +45,6 @@ only variant that supports --group-directories-first."
"--group-directories-first")
" ")))))
;; hide details by default
(add-hook 'dired-mode-hook 'dired-hide-details-mode)
;; Don't complain about this command being disabled when we use it
(put 'dired-find-alternate-file 'disabled nil)