summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-13 09:41:44 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-13 09:41:44 +0200
commit8f5ec4effd988dcfe987a7e7ab14fd6daa821c81 (patch)
tree742ad08ed84316ab2c2b23562d0e51f08c1cfeba /helm-eshell.el
parentda0707cf3f326d987472d47ab54d706f9c57d9d4 (diff)
Disable highlighting in helm-esh-source for now.
* helm-eshell.el (helm-esh-source): Do it. We can't highlight abbreviates filenames with a pattern containing abs filename.
Diffstat (limited to 'helm-eshell.el')
-rw-r--r--helm-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index f323913b..b8473d6b 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -70,6 +70,7 @@
(candidates :initform 'helm-esh-get-candidates)
(nomark :initform t)
(persistent-action :initform 'ignore)
+ (nohighlight :initform t)
(filtered-candidate-transformer
:initform
(lambda (candidates _sources)