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

    Quiet svg-lib-icon warning
---
 kind-icon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kind-icon.el b/kind-icon.el
index ee77529..0af3b1c 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -63,6 +63,7 @@
   "Whether to use icons for prefix display."
   :type 'boolean)
 
+(defvar svg-lib-icon)
 (unless (require 'svg-lib nil 'noerror)
   (setq kind-icon-use-icons nil))
 

Reply via email to