branch: externals/kind-icon commit 01d76af292b95251fb4216e21400ee74a203bc83 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Make kind-prefix-reset-cache a command --- kind-prefix.el | 1 + 1 file changed, 1 insertion(+) diff --git a/kind-prefix.el b/kind-prefix.el index 32a6399..3f746f7 100644 --- a/kind-prefix.el +++ b/kind-prefix.el @@ -174,6 +174,7 @@ priority." (defun kind-prefix-reset-cache () "Remove all cached icons from `kind-prefix-mapping'." + (interactive) (cl-loop for item in kind-prefix-mapping do (plist-put (cddr item) :display-icon nil)))