今天macOS下的spacemacs更新之后报如下warning
Warning (dired-quick-sort): `insert-directory-program' does not
point to GNU ls. Please set `insert-directory-program' to GNU ls. The package
`dired-quick-sort' will not work and thus is not set up by
`dired-quick-sort-setup'.
看了一下代码,解决如下:
(when (eq system-type 'darwin)
(setq insert-directory-program "/usr/local/bin/gls"))
其中/usr/local/bin/gls是homebrew coreutils默认的GNU ls,如果你的GNU ls安装在其他位置就替换掉这个字符串
--
修改:cppbuilder FROM 115.171.203.*
FROM 115.171.203.*