tweak(helm): helm-candidate-number-limit = 150
Ref: #6676 Co-authored-by: johanwiden <johanwiden@users.noreply.github.com>
This commit is contained in:
parent
86d0478acf
commit
4158e5124a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Can be negative.")
|
||||||
(use-package! helm
|
(use-package! helm
|
||||||
:after helm-mode
|
:after helm-mode
|
||||||
:preface
|
:preface
|
||||||
(setq helm-candidate-number-limit 50
|
(setq helm-candidate-number-limit 150
|
||||||
;; Remove extraineous helm UI elements
|
;; Remove extraineous helm UI elements
|
||||||
helm-display-header-line nil
|
helm-display-header-line nil
|
||||||
helm-ff-auto-update-initial-value nil
|
helm-ff-auto-update-initial-value nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue