mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/dired: don't enable dired-hide-details-mode by default
This commit is contained in:
@ -45,9 +45,6 @@ only variant that supports --group-directories-first."
|
|||||||
"--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
|
;; Don't complain about this command being disabled when we use it
|
||||||
(put 'dired-find-alternate-file 'disabled nil)
|
(put 'dired-find-alternate-file 'disabled nil)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user