From c966d6a28ca8acf584bc98a9e451501d57981c97 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 29 Sep 2021 12:56:18 +0200 Subject: [PATCH] Configure dired a bit. --- init.d/basics/ui.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.d/basics/ui.el b/init.d/basics/ui.el index 31e2b0d..ffa1042 100644 --- a/init.d/basics/ui.el +++ b/init.d/basics/ui.el @@ -59,5 +59,9 @@ (tab-line-tab-current ((t (:inherit ruler-mode-fill-column)))) (tab-line-highlight ((t (:inherit tab-line-tab-current)))))) +(use-package dired + :straight (:type built-in) + :custom (dired-listing-switches "-alv --group-directories-first")) + (provide 'basics/ui) ;;; ui.el ends here