From b19b0edd95c3ed536af72ab3073d51c80d0585b8 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 18 Mar 2019 02:23:35 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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)