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

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

[elpa] externals/company a1c66c5bc5 2/2: Merge pull request #1330 from c


From: ELPA Syncer
Subject: [elpa] externals/company a1c66c5bc5 2/2: Merge pull request #1330 from condy0919/tempo
Date: Wed, 4 Jan 2023 12:57:28 -0500 (EST)

branch: externals/company
commit a1c66c5bc57728a3597015ebe5e169146f8620d1
Merge: 6884e3ad71 10bfa4d7ac
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1330 from condy0919/tempo
    
    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]