소스 검색

Disable my-company-length-popup-tip

master
10sr 5 년 전
부모
커밋
54207f0712
로그인 계정: 10sr GPG 키 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)


불러오는 중...
취소
저장