Remove redundant dired sort hook #1414

This still means dired will be unsorted for BSD ls users, but that's
acceptable (for now).
This commit is contained in:
Henrik Lissner 2019-05-14 18:45:38 -04:00
parent 3d53aa5dad
commit 75777756e1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 15 additions and 20 deletions

View file

@ -0,0 +1,4 @@
;;; 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"))