summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-25 19:53:17 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-25 19:53:17 +0100
commit4e7d5fd655ec21c70f0647b032603bb70fc628a3 (patch)
treef8d0060d62c7c9141e58665dbaf5ffda29b05423 /helm-mode.el
parentff090278ade18945fdde6d875d4f92c833f69726 (diff)
Highlight candidates with filters.
* helm-source.el: * helm-match-plugin.el: * helm-grep.el: * helm-mode.el:
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-mode.el b/helm-mode.el
index d2c38f2c..6e1b7a37 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -737,7 +737,6 @@ Keys description:
(if ,marked-candidates
(helm-marked-candidates :with-wildcard t)
(identity candidate))))))
- (helm-mp-highlight-delay nil)
;; Be sure we don't erase the underlying minibuffer if some.
(helm-ff-auto-update-initial-value
(and helm-ff-auto-update-initial-value
@@ -769,6 +768,7 @@ Keys description:
(concat hname helm-find-files-doc-header))
:mode-line mode-line
:candidates hist
+ :nohighlight t
:persistent-action persistent-action
:persistent-help persistent-help
:nomark nomark
@@ -784,6 +784,7 @@ Keys description:
helm-ff-auto-update-flag)
(helm-set-local-variable 'helm-in-file-completion-p t))
:mode-line mode-line
+ :nohighlight t
:candidates
(lambda ()
(append (and (not (file-exists-p helm-pattern))