Remove -B from dired-listing-switches default

i.e. don't hide backup files in dired, or let dired-omit-mode handle
those.
This commit is contained in:
Henrik Lissner 2020-03-06 15:44:53 -05:00
parent 120818b07e
commit 7481bfd4d5
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -22,7 +22,7 @@
:slot 20 :size 0.8 :select t :quit nil :ttl 0)
(set-evil-initial-state! 'image-dired-display-image-mode 'emacs)
(let ((args (list "-aBhl" "--group-directories-first")))
(let ((args (list "-ahl" "--group-directories-first")))
(when IS-BSD
;; Use GNU ls as `gls' from `coreutils' if available. Add `(setq
;; dired-use-ls-dired nil)' to your config to suppress the Dired warning