mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
On Windows (or systems that don't support ls), ls-lisp-use-insert-directory-program will be nil. In these cases, strip out non-standard switches so they don't throw an error and make dired unusuable. Fixes #3939