Explorar el Código

Disable my-company-length-popup-tip

master
10sr hace 5 años
padre
commit
54207f0712
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar