fix(helm): all-the-icons support

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

View file

@ -197,4 +197,5 @@ Can be negative.")
:init :init
(setq helm-icons-provider 'all-the-icons) (setq helm-icons-provider 'all-the-icons)
:config :config
(helm-icons-enable)) (when (eq helm-icons-provider 'all-the-icons)
(setq helm-icons-mode->icon nil)))