diff --git a/private/.spacemacs b/private/.spacemacs index 62a0d253c681..367b6e141e79 100644 --- a/private/.spacemacs +++ b/private/.spacemacs @@ -606,13 +606,11 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first." ) )) - ;; explicitly set gls for instert-directory-program, to get the - ;; formatting switches we want + ;; If using osx layer and gls, set the formatting switches we want (when (spacemacs/system-is-mac) (let ((gls (executable-find "gls"))) (when gls - (setq insert-directory-program gls - dired-listing-switches "-aBhl --color --group-directories-first")))) + (setq dired-listing-switches "-ahl --group-directories-first")))) ) (defun dotspacemacs/user-load ()