From b6b6a6c608a1c3774be7cc312fd8e5762d57d459 Mon Sep 17 00:00:00 2001 From: Sinkerine Date: Mon, 24 Jan 2022 23:56:53 -0800 Subject: [PATCH] Enable company-box to fix the issue that company-quickhelp doesn't follow theme - company-quickhelp doesn't use face to pop-tip https://github.com/company-mode/company-quickhelp/issues/110 - company-box supports quickhelp-string --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 67533a7..cb50087 100644 --- a/init.el +++ b/init.el @@ -66,6 +66,7 @@ values." auto-completion-enable-snippets-in-popup t auto-completion-enable-sort-by-usage t auto-completion-enable-help-tooltip t + auto-completion-use-company-box t ) tree-sitter emacs-lisp