From 86d1832ce0d7f02ad1b6b8b80dd0a5d8e24948f8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Aug 2019 15:10:16 -0700 Subject: [emacs] company update add a few more variables for that module --- emacs.d/custom/fcuny-company.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el index 0ea1fad..a58a15e 100644 --- a/emacs.d/custom/fcuny-company.el +++ b/emacs.d/custom/fcuny-company.el @@ -1,5 +1,11 @@ (use-package company :ensure t - :diminish company-mode) + :diminish company-mode + + :custom + (company-minimum-prefix-length 2) + (company-tooltip-align-annotations t) + (company-tooltip-limit 12) + (company-idle-delay 0)) (provide 'fcuny-company) -- cgit 1.4.1