10sr 5 anni fa
parent
commit
14f8fe6c7d
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Vedi File

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


Caricamento…
Annulla
Salva