summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
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)