Don't trust Unclle Dave company-minimum-prefix-length is always 1
This commit is contained in:
parent
54a686d8cf
commit
ae2e460b62
1 changed files with 2 additions and 1 deletions
|
@ -279,7 +279,8 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq company-idle-delay 0)
|
(setq company-idle-delay 0)
|
||||||
(setq company-minimum-prefix-length 3))
|
(setq company-minimum-prefix-length 1)
|
||||||
|
(global-company-mode))
|
||||||
(with-eval-after-load 'company
|
(with-eval-after-load 'company
|
||||||
(define-key company-active-map (kbd "M-n") nil)
|
(define-key company-active-map (kbd "M-n") nil)
|
||||||
(define-key company-active-map (kbd "M-p") nil)
|
(define-key company-active-map (kbd "M-p") nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue