branch: externals/kind-icon
commit 07e0fcbe9dd7072a1da2a969e2a729cd9294d755
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    require 'cl-lib (for cl-mapcar)
---
 kind-icon.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kind-icon.el b/kind-icon.el
index 8b34d11134..6a5231666c 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -54,11 +54,11 @@
 ;; both short-text and icons.
 
 ;;; Code:
-
-(eval-when-compile
-  (require 'subr-x))
+(require 'cl-lib)
 (require 'svg-lib nil 'noerror)
 (require 'color)
+(eval-when-compile
+  (require 'subr-x))
 
 (defvar kind-icon--cache [nil nil]
   "The cache of styled and padded label (text or icon).  

Reply via email to