summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-23 06:35:29 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-23 06:35:29 +0100
commitddaf4e02a605ac84eef5de89f03aa8619adc73b1 (patch)
tree127d31a4a19989a76289d9d214ec0253841c46bb /helm-semantic.el
parent7904710832898d260feb2f795cee0888806b617f (diff)
* helm-imenu.el: bind candidate-number-limit.
* helm-semantic.el: same.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index b968a6d2..8528986b 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -102,6 +102,7 @@
(let ((str (thing-at-point 'symbol)))
(helm :sources 'helm-source-semantic
:default (list (concat "\\_<" str "\\_>") str)
+ :candidate-number-limit 9999
:buffer "*helm semantic*")))
;;;###autoload
@@ -124,6 +125,7 @@ Fill in the symbol at point by default."
(helm :sources source
:default (list (concat "\\_<" str "\\_>") str)
:buffer "*helm semantic/imenu*"
+ :candidate-number-limit 9999
:preselect (unless imenu-p (thing-at-point 'symbol)))))
(provide 'helm-semantic)