Browse Source

Remvoe parens

master
10sr 5 years ago
parent
commit
f6e748fc70
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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


Loading…
Cancel
Save