diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dirvish-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index c2f497e61..f9ddef12c 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -21,7 +21,7 @@ :custom (dired-use-ls-dired nil) ;; non GNU FreeBSD doesn't support a "--dired" switch :config - (setq dired-listing-switches "-l -almost-all --human-readable --dired --group-directories-first") + (setq dired-listing-switches "-l --almost-all --human-readable --dired --group-directories-first") (setq dired-dwim-target t) (setq dired-clean-up-buffers-too t) ;; offer to kill buffers associated deleted files and dirs (setq dired-clean-confirm-killing-deleted-buffers t) ;; don't ask; just kill buffers associated with deleted files |
