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

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

[elpa] externals/company e7552ee: company-dot-icons-format: Append one s


From: ELPA Syncer
Subject: [elpa] externals/company e7552ee: company-dot-icons-format: Append one space
Date: Mon, 10 May 2021 19:57:06 -0400 (EDT)

branch: externals/company
commit e7552ee379c346670e843af98d495ab03fd357e3
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    company-dot-icons-format: Append one space
    
    #1088
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index cdd9320..e61e29d 100644
--- a/company.el
+++ b/company.el
@@ -1621,7 +1621,7 @@ PROPERTY return nil."
                                                 (color-name-to-rgb fg-color)
                                                 10))))))))))
 
-(defcustom company-dot-icons-format "●"
+(defcustom company-dot-icons-format "● "
   "Format string for `company-dot-icons-margin'."
   :type 'string)
 



reply via email to

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