summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-21 10:19:20 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-21 10:19:20 +0100
commit5669ee8b363f98c1243cd46aba79429c72382083 (patch)
tree45523bb0a0b1d5f96814754900d5998c42511c63 /helm-locate.el
parent004edd1caaf189f5e25908ac3d028190ef453fcb (diff)
Disable mp highlighing in async sources.
* helm-source.el (helm-source-async): bind nohighlight. Return error when nohighlight is disabled in async sources. * helm-files.el: No need to bind nohighlight. * helm-grep.el: same. * helm-locate.el: same.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 32176fa8..9e4b4ed4 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -273,7 +273,6 @@ See also `helm-locate'."
(defclass helm-locate-source (helm-source-async helm-type-file)
((init :initform 'helm-locate-set-command)
(candidates-process :initform 'helm-locate-init)
- (nohighlight :initform t)
(requires-pattern :initform 3)
(history :initform 'helm-file-name-history)
(keymap :initform helm-generic-files-map)