chore(emacs): dired switches

This commit is contained in:
2026-06-29 19:04:13 -06:00
parent ba158c9ee8
commit 7e73ef399a
@@ -48,7 +48,10 @@ directory."
'("-l" ; Mandatory! '("-l" ; Mandatory!
"--almost-all" ; Show hidden files; omit '.' and '..'. "--almost-all" ; Show hidden files; omit '.' and '..'.
"--human-readable" ; Display sizes in human-readable units. "--human-readable" ; Display sizes in human-readable units.
"--time-style=+") ; Omit times/dates. "--time-style=+" ; Omit times/dates.
"-D" ; special diredslop
"-v" ; sort dotfiles first
"--group-directories-first")
" ")) " "))
;; Always copy recursively ;; Always copy recursively
(dired-recursive-copies 'always) (dired-recursive-copies 'always)