branch: externals/company commit e7552ee379c346670e843af98d495ab03fd357e3 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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)