fixup! [auto-completion] add company-posframe

This commit is contained in:
Lucius Hu 2022-02-14 02:36:17 -05:00 committed by GitHub
parent ec8c87df27
commit 30e32ea41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
(defun auto-completion/init-company-posframe ()
(use-package company-posframe
:hook '(company-mode . company-posframe-mode)
:if (not (auto-completion-use-company-box))
:if (not auto-completion-use-company-box)
:config (spacemacs|hide-lighter company-posframe-mode)))
(defun auto-completion/init-helm-c-yasnippet ()