From 4ee39141c546af1607445fd88d617ee6cef8c4e3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 17 Jun 2025 09:13:16 -0500 Subject: fix listing switches typo --- modules/dirvish-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index c2f497e6..f9ddef12 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 -- cgit v1.2.3