Emacs warning on macOS: ls does not support --dired
Jan 16, 2023 · 1 min read · Current 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...
Join discussion
