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