(Emacs)~dired-listing-switches to reduce noise of dired window
This removes the . and .. directories, colours any of them, groups by directory first, etc
This commit is contained in:
@@ -1218,6 +1218,8 @@ are some corners I'd like to adjust).
|
||||
"f" #'find-dired
|
||||
"D" #'dired-other-frame
|
||||
"d" #'dired-jump)
|
||||
:init
|
||||
(setq-default dired-listing-switches "-AFBl --group-directories-first --color")
|
||||
:config
|
||||
(with-eval-after-load "evil-collection"
|
||||
(evil-collection-dired-setup)))
|
||||
|
||||
Reference in New Issue
Block a user