Kaynağa Gözat

Remvoe parens

master
10sr 5 yıl önce
ebeveyn
işleme
f6e748fc70
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet