mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(completion/company): use company-box front-end in GUI mode
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user