Show numbers for company completion candidates (#1172)
This commit is contained in:
parent
493836e953
commit
b4721bf6c5
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
(require 'company)
|
(require 'company)
|
||||||
|
|
||||||
(setq company-idle-delay 0.5)
|
(setq company-idle-delay 0.5)
|
||||||
|
(setq company-show-numbers t)
|
||||||
(setq company-tooltip-limit 10)
|
(setq company-tooltip-limit 10)
|
||||||
(setq company-minimum-prefix-length 2)
|
(setq company-minimum-prefix-length 2)
|
||||||
;; invert the navigation direction if the the completion popup-isearch-match
|
;; invert the navigation direction if the the completion popup-isearch-match
|
||||||
|
|
Loading…
Reference in a new issue