feat(completion/company): use company-box front-end in GUI mode

This commit is contained in:
2022-05-11 21:51:10 +01:00
parent 7c2beb4cdf
commit ce4fd06ccc
2 changed files with 6 additions and 0 deletions

View File

@@ -58,6 +58,10 @@
(add-hook 'company-completion-cancelled-hook
#'siren-company--maybe-turn-on-fci)))
(use-package company-box
:if window-system
:hook (company-mode . company-box-mode))
(use-package company-yasnippet
:straight company