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:
parent
120818b07e
commit
7481bfd4d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue