Explorar el Código

Update

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

+ 3
- 1
emacs.el Ver fichero

@@ -1076,7 +1076,8 @@ found, otherwise returns nil."
(not company-candidates))
(unwind-protect
(progn
(company-auto-begin)
;; (company-auto-begin)
(company-manual-begin)
(setq l company-candidates-length))
(company-cancel)))
(if l
@@ -1084,6 +1085,7 @@ found, otherwise returns nil."
"")))

(defvar company-lighter)
(set-variable 'company-lighter-base "Cmp")
(add-to-list 'company-lighter
'(:eval (my-company-lighter-current-length))
t)


Cargando…
Cancelar
Guardar