chore(emacs): dired switches
This commit is contained in:
@@ -48,7 +48,10 @@ directory."
|
||||
'("-l" ; Mandatory!
|
||||
"--almost-all" ; Show hidden files; omit '.' and '..'.
|
||||
"--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
|
||||
(dired-recursive-copies 'always)
|
||||
|
||||
Reference in New Issue
Block a user