diff --git a/emacs.el b/emacs.el index 368e9c1..e6514aa 100644 --- a/emacs.el +++ b/emacs.el @@ -763,6 +763,7 @@ found, otherwise returns nil." "echo ..; " "command fd " "--follow --hidden --no-ignore " + ;; "--color always " "2>/dev/null"))) (if (executable-find "fd") (setenv "FZF_DEFAULT_COMMAND" fdcmd)