emacs/dired: don't enable dired-hide-details-mode by default
This commit is contained in:
parent
7eb4e6348a
commit
1655524836
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue