Configure dired a bit.

This commit is contained in:
tastytea 2021-09-29 12:56:18 +02:00
parent 3b67d02d92
commit c966d6a28c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 0 deletions

View File

@ -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