mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(completion): Make company-mode more responsive
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
(company-begin-commands '(self-insert-command))
|
||||
(company-dabbrev-downcase nil)
|
||||
(company-echo-delay 0)
|
||||
(company-idle-delay 0.3)
|
||||
(company-idle-delay 0)
|
||||
(company-minimum-prefix-length 2)
|
||||
(company-tooltip-limit 20)
|
||||
;; invert the navigation direction if the the completion popup-isearch-match
|
||||
|
||||
Reference in New Issue
Block a user