10sr пре 5 година
родитељ
комит
0acab0c2ef
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 измењених фајлова са 4 додато и 5 уклоњено
  1. +4
    -5
      emacs.el

+ 4
- 5
emacs.el Прегледај датотеку

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


Loading…
Откажи
Сачувај