Skip to content

Commit

Permalink
icons--yasnippet: change type to snippet instead of template
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq committed Aug 22, 2020
1 parent 505789a commit 9fff1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-box-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ specification.md#completion-request-leftwards_arrow_with_hook.")

(defun company-box-icons--yasnippet (candidate)
(when (get-text-property 0 'yas-annotation candidate)
'Template))
'Snippet))

(defun company-box-icons-resize (size &optional icons-images)
"Set icons size in pixels."
Expand Down

0 comments on commit 9fff1ef

Please sign in to comment.