aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-03-22 06:29:35 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-03-22 06:29:35 +0000
commitb9f66f6d57f1dd0249408dab53ca0a51e1e72541 (patch)
tree1eb914c67a43a6aa451d65fe17c3c6ccd2cf9297 /Emacs
parent9631244e9bfef4d00f309638f40915c801b88cd7 (diff)
downloaddotfiles-b9f66f6d57f1dd0249408dab53ca0a51e1e72541.tar.gz
dotfiles-b9f66f6d57f1dd0249408dab53ca0a51e1e72541.tar.bz2
dotfiles-b9f66f6d57f1dd0249408dab53ca0a51e1e72541.zip
(Emacs)~dired-listing-switches to reduce noise of dired window
This removes the . and .. directories, colours any of them, groups by directory first, etc
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 82ac06f..031c4d5 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -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)))