branch: elpa/helm
commit d13feeb11ba724677b789ffee247ee1c9897a8c3
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Change default value of helm-ff-nohighlight-matches
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 8a0be0790e..ef14264d19 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -943,7 +943,7 @@ Note that image files are always followed even if their 
extensions is
 present in this list."
   :type '(repeat string))
 
-(defcustom helm-ff-nohighlight-matches t
+(defcustom helm-ff-nohighlight-matches nil
   "Highlight matches in `helm-find-files' when nil."
   :type 'boolean
   :initialize 'custom-initialize-changed

Reply via email to