Emacs warning on macOS: ls does not support --diredCurrent issue This warning is displayed when opening a Dired buffer. The cause is that ls doesn't support the --dired option on macOS. Solutions Use gls (GNU flavored ls). brew install coreutils init.el: ;; without use-package (when (and (eq system...Jan 16, 2023·1 min read