[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm fed57a457c: Require all-the-icons in the right place
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm fed57a457c: Require all-the-icons in the right place |
Date: |
Thu, 27 Oct 2022 01:58:58 -0400 (EDT) |
branch: elpa/helm
commit fed57a457cc46f38595f0057dbc842abced0c47f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Require all-the-icons in the right place
to avoid error when calling helm-ff-icon-mode with -1.
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 95a3d85554..ed1d57e1a2 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4182,9 +4182,9 @@ it from your init file, ensure to call it _after_ your
defmethod's
`helm-setup-user-source' definitions (if some) to ensure they are called."
:global t
:group 'helm-files
- (require 'all-the-icons)
(if helm-ff-icon-mode
(progn
+ (require 'all-the-icons)
(unless helm-source-find-files
(setq helm-source-find-files
(helm-make-source
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/helm fed57a457c: Require all-the-icons in the right place,
ELPA Syncer <=