Emacs warning on macOS: ls does not support --dired
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...
kaksikoivua.hashnode.dev1 min read