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:
parent
3d53aa5dad
commit
75777756e1
3 changed files with 15 additions and 20 deletions
4
modules/emacs/dired/doctor.el
Normal file
4
modules/emacs/dired/doctor.el
Normal 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"))
|
Loading…
Add table
Add a link
Reference in a new issue