Explorar el Código

Ignore errors

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

+ 4
- 5
emacs.el Ver fichero

@@ -1110,11 +1110,10 @@ found, otherwise returns nil."
(not (minibufferp))
;; Do nothing when already in company completion
(not company-candidates))
(unwind-protect
(progn
;; (company-auto-begin)
(company-manual-begin)
(setq l company-candidates-length))
(ignore-errors
;; (company-auto-begin)
(company-manual-begin)
(setq l company-candidates-length)
(company-cancel)))
(if l
(format "[%d]" l)


Cargando…
Cancelar
Guardar