瀏覽代碼

Disable my-company-length-popup-tip

master
10sr 5 年之前
父節點
當前提交
54207f0712
簽署人: 10sr GPG Key ID: C384BB17CBB19347
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el 查看文件

@@ -1081,9 +1081,10 @@ found, otherwise returns nil."
(when l
(popup-tip (format "%d" l))))))

(set-variable 'my-company-length-popup-tip-timer
(run-with-idle-timer 0.2 t
'my-company-length-popup-tip))
;; This breaks japanese text input
;; (set-variable 'my-company-length-popup-tip-timer
;; (run-with-idle-timer 0.2 t
;; 'my-company-length-popup-tip))

;; (current-active-maps)
;; (lookup-key)


Loading…
取消
儲存