ソースを参照

Remvoe parens

master
10sr 5年前
コミット
f6e748fc70
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
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


読み込み中…
キャンセル
保存