ソースを参照

Changle idle timer

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

+ 1
- 1
emacs.el ファイルの表示

@@ -1075,7 +1075,7 @@ found, otherwise returns nil."
(popup-tip (format "(%d)" l))))))

(set-variable 'my-company-length-popup-tip-timer
(run-with-idle-timer 0.5 t
(run-with-idle-timer 0.2 t
'my-company-length-popup-tip))

;; (current-active-maps)


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