mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
tweak(helm): helm-candidate-number-limit = 150
Ref: #6676 Co-authored-by: johanwiden <johanwiden@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user