Emacs: Make GNU ls detection path-specific
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -224,7 +224,7 @@ dired-recursive-copies 'top dired-recursive-deletes 'top dired-bind-jump nil) (when (and (eq system-type 'darwin) (executable-find "gls")) - (setq insert-directory-program "/usr/local/bin/gls")) + (setq insert-directory-program (executable-find "gls"))) (put 'dired-find-alternate-file 'disabled nil))) (req-package dired-x