ソースを参照

Ignore errors

master
10sr 5年前
コミット
0acab0c2ef
署名者: 10sr GPGキー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)


読み込み中…
キャンセル
保存