branch: externals/company commit a1849117dfc979a63e0671dbf0f247fb94fa4414 Author: JenChieh <jcs090...@gmail.com> Commit: JenChieh <jcs090...@gmail.com>
Add choices, tty, detect --- company.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/company.el b/company.el index 08d30a3..c330d36 100644 --- a/company.el +++ b/company.el @@ -1506,6 +1506,8 @@ image for the returned kind image. Function is called with (nil nil) to get the default margin." :type '(choice (const :tag "Disabled" nil) + (const :tag "Detect icons theme base on conditions" company-detect-icons-margin) + (const :tag "TTY icons theme" company-text-icons-margin) (const :tag "VScode dark icons theme" company-vscode-dark-icons-margin) (const :tag "VScode light icons theme" company-vscode-light-icons-margin) (function :tag "Custom icon function.")))