branch: externals/kind-icon commit ba0f94ea844064fc3748981dddf474fecf4780e1 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Re-enable mapping customization preview button --- kind-icon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind-icon.el b/kind-icon.el index 4be4900..3e2f46a 100644 --- a/kind-icon.el +++ b/kind-icon.el @@ -124,7 +124,7 @@ background color." :inline t :options ((:icon (string :tag "Icon Name" - :format "%t: %v" + :format "%[Preview%] %t: %v" :action kind-icon--preview)) (:face (face :tag "Face")))))))