diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-company.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el index a58a15e..69b6203 100644 --- a/emacs.d/custom/fcuny-company.el +++ b/emacs.d/custom/fcuny-company.el @@ -3,9 +3,10 @@ :diminish company-mode :custom + (company-backends (delete 'company-dabbrev company-backends)) (company-minimum-prefix-length 2) (company-tooltip-align-annotations t) (company-tooltip-limit 12) - (company-idle-delay 0)) + (company-idle-delay 1)) (provide 'fcuny-company) |