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

    Put icon preview buffer into Help mode
---
 kind-icon.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kind-icon.el b/kind-icon.el
index 2661a0dfa3..c0f69904b4 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -237,7 +237,8 @@ In the process, svg-lib also downloads and caches them."
                             (kind-icon-formatted k)))
                         '(nil t) " ")
                       "\t" ,(symbol-name k) "\n")))
-           (mapcar 'car kind-icon-mapping)))))
+           (mapcar 'car kind-icon-mapping)))
+    (help-mode)))
 
 (defun kind-icon-formatted (kind)
   "Return a formatted kind badge, either icon or text abbreviation.

Reply via email to