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

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

[elpa] externals/company 10bfa4d7ac 1/2: company-tempo: Add snippet hint


From: ELPA Syncer
Subject: [elpa] externals/company 10bfa4d7ac 1/2: company-tempo: Add snippet hint
Date: Wed, 4 Jan 2023 12:57:28 -0500 (EST)

branch: externals/company
commit 10bfa4d7ac2203ed47478f6ef487c22f083237c3
Author: condy <condy0919@gmail.com>
Commit: condy <condy0919@gmail.com>

    company-tempo: Add snippet hint
---
 company-tempo.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company-tempo.el b/company-tempo.el
index ccf44e879e..639de95c7a 100644
--- a/company-tempo.el
+++ b/company-tempo.el
@@ -63,6 +63,7 @@
     (interactive (company-begin-backend 'company-tempo))
     (prefix (or (car (tempo-find-match-string tempo-match-finder)) ""))
     (candidates (all-completions arg (tempo-build-collection)))
+    (kind 'snippet)
     (meta (company-tempo-meta arg))
     (post-completion (when company-tempo-expand (company-tempo-insert arg)))
     (sorted t)))



reply via email to

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