This still means dired will be unsorted for BSD ls users, but that's acceptable (for now).
4 lines
176 B
EmacsLisp
4 lines
176 B
EmacsLisp
;;; emacs/dired/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when (and IS-BSD (not (executable-find "gls")))
|
|
(warn! "Cannot find gls (GNU ls). This may cause issues with dired"))
|