mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
fix(helm): all-the-icons support
Ref: #6676 Co-authored-by: johanwiden <johanwiden@users.noreply.github.com>
This commit is contained in:
@@ -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)))
|
||||||
|
Reference in New Issue
Block a user