branch: elpa/helm commit ea0bce9e19d86489728f59552c174223b62a53ad Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix requiring icons packages in bookmark (#2701) --- helm-bookmark.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-bookmark.el b/helm-bookmark.el index f5257f669c..4b2f23590f 100644 --- a/helm-bookmark.el +++ b/helm-bookmark.el @@ -64,8 +64,7 @@ Don't use `setq' to set this." :type 'boolean :set (lambda (var val) - (if (or (require 'all-the-icons nil t) - (require 'nerd-icons nil t)) + (if (require helm-x-icons-provider nil t) (set var val) (set var nil))))