emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kind-icon e06009d989 1/2: Put icon preview buffer into


From: ELPA Syncer
Subject: [elpa] externals/kind-icon e06009d989 1/2: Put icon preview buffer into Help mode
Date: Thu, 19 May 2022 16:57:47 -0400 (EDT)

branch: externals/kind-icon
commit e06009d98992c8ec8b33578a6623b03cba8e3e21
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@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

[Prev in Thread] Current Thread [Next in Thread]