branch: externals/kind-icon
commit ba0f94ea844064fc3748981dddf474fecf4780e1
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
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")))))))