Configure dired a bit.
This commit is contained in:
parent
3b67d02d92
commit
c966d6a28c
|
@ -59,5 +59,9 @@
|
||||||
(tab-line-tab-current ((t (:inherit ruler-mode-fill-column))))
|
(tab-line-tab-current ((t (:inherit ruler-mode-fill-column))))
|
||||||
(tab-line-highlight ((t (:inherit tab-line-tab-current))))))
|
(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)
|
(provide 'basics/ui)
|
||||||
;;; ui.el ends here
|
;;; ui.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user