diff --git a/modules/siren-company.el b/modules/siren-company.el index 4d5bf7c..043c190 100644 --- a/modules/siren-company.el +++ b/modules/siren-company.el @@ -6,11 +6,12 @@ (require 'company) -(setq company-idle-delay 0.3 - company-tooltip-limit 20 - company-minimum-prefix-length 2 +(setq company-begin-commands '(self-insert-command) + company-dabbrev-downcase nil company-echo-delay 0 - company-begin-commands '(self-insert-command)) + company-idle-delay 0.3 + company-minimum-prefix-length 2 + company-tooltip-limit 20) ;; invert the navigation direction if the the completion popup-isearch-match ;; is displayed on top (happens near the bottom of windows)