branch: externals/kind-icon commit f96c6a4f17c943c20f18b83261b5e06c51ca44a4 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Add provide --- kind-prefix.el | 1 + 1 file changed, 1 insertion(+) diff --git a/kind-prefix.el b/kind-prefix.el index 3f746f7..0c44a32 100644 --- a/kind-prefix.el +++ b/kind-prefix.el @@ -229,3 +229,4 @@ Only operates if no affixation function is already set." kind-prefix--orig-completion-function nil)) (error "Cannot enable kind-prefix: no completion-in-region-function found"))) +(provide 'kind-prefix)