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

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

[elpa] externals/company a184911 1/4: Add choices, tty, detect


From: ELPA Syncer
Subject: [elpa] externals/company a184911 1/4: Add choices, tty, detect
Date: Thu, 1 Apr 2021 08:57:08 -0400 (EDT)

branch: externals/company
commit a1849117dfc979a63e0671dbf0f247fb94fa4414
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@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.")))



reply via email to

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