doomemacs/modules/emacs/dired/doctor.el
Henrik Lissner 75777756e1
Remove redundant dired sort hook #1414
This still means dired will be unsorted for BSD ls users, but that's
acceptable (for now).
2019-05-14 18:45:38 -04:00

5 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"))