ソースを参照

Update

master
10sr 5年前
コミット
14f8fe6c7d
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el ファイルの表示

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


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