tweak(helm): helm-candidate-number-limit = 150

Ref: #6676
Co-authored-by: johanwiden <johanwiden@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2023-02-23 22:42:37 -05:00
parent 86d0478acf
commit 4158e5124a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -31,7 +31,7 @@ Can be negative.")
(use-package! helm
:after helm-mode
:preface
(setq helm-candidate-number-limit 50
(setq helm-candidate-number-limit 150
;; Remove extraineous helm UI elements
helm-display-header-line nil
helm-ff-auto-update-initial-value nil