From f6e748fc702d7b22c6ba7d94654812cb6245a9b7 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 12 Apr 2019 17:42:27 +0900 Subject: [PATCH] Remvoe parens --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index b2b408c..892acb2 100644 --- a/emacs.el +++ b/emacs.el @@ -1079,7 +1079,7 @@ found, otherwise returns nil." (setq l company-candidates-length)) (company-cancel)) (when l - (popup-tip (format "(%d)" l)))))) + (popup-tip (format "%d" l)))))) (set-variable 'my-company-length-popup-tip-timer (run-with-idle-timer 0.2 t