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