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

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

[elpa] externals/kind-icon 01d76af 07/51: Make kind-prefix-reset-cache a


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 01d76af 07/51: Make kind-prefix-reset-cache a command
Date: Wed, 17 Nov 2021 15:57:39 -0500 (EST)

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



reply via email to

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