chore(navigation): Customize dired for GNU-based operating systems

This commit is contained in:
2020-04-16 12:51:38 +01:00
parent e90ea7d4bf
commit 98f2dc0763

View File

@@ -10,6 +10,10 @@
:straight (:type built-in)
:config
(when (string-match-p "^gnu" (symbol-name system-type))
(setq dired-use-ls-dired t
dired-listing-switches "-aBhl"))
(when (string= system-type "darwin")
(let ((gls (executable-find "gls")))
(when gls