mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user