mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(navigation): Customize dired for GNU-based operating systems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user