Browse Source

Show numbers for company completion candidates (#1172)

custom
azzamsa 8 years ago
committed by Bozhidar Batsov
parent
commit
b4721bf6c5
  1. 1
      modules/prelude-company.el

1
modules/prelude-company.el

@ -36,6 +36,7 @@
(require 'company)
(setq company-idle-delay 0.5)
(setq company-show-numbers t)
(setq company-tooltip-limit 10)
(setq company-minimum-prefix-length 2)
;; invert the navigation direction if the the completion popup-isearch-match

Loading…
Cancel
Save