Don't trust Unclle Dave company-minimum-prefix-length is always 1

This commit is contained in:
qorg11 2020-06-17 17:21:41 +02:00
parent 54a686d8cf
commit ae2e460b62
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -279,7 +279,8 @@ Including indent-buffer, which should not be called automatically on save."
:ensure t
:config
(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
(define-key company-active-map (kbd "M-n") nil)
(define-key company-active-map (kbd "M-p") nil)