Parcourir la source

Update

master
10sr il y a 5 ans
Parent
révision
14f8fe6c7d
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer