Ver a proveniência

Remvoe parens

master
10sr há 5 anos
ascendente
cometimento
f6e748fc70
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver ficheiro

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


Carregando…
Cancelar
Guardar