fix(helm): all-the-icons support
Ref: #6676 Co-authored-by: johanwiden <johanwiden@users.noreply.github.com>
This commit is contained in:
parent
1bfa90621b
commit
86d0478acf
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue