fix(emacs): add documentation popup for corfu
This commit is contained in:
parent
40b51f32c9
commit
4472e81c02
1 changed files with 3 additions and 1 deletions
|
@ -30,8 +30,10 @@
|
|||
(completion-styles '(orderless basic))
|
||||
(completion-category-overrides '((file (styles partial-completion))))
|
||||
(corfu-auto t)
|
||||
(corfu-popupinfo-delay 0)
|
||||
:init
|
||||
(global-corfu-mode))
|
||||
(global-corfu-mode)
|
||||
(corfu-popupinfo-mode))
|
||||
(use-package company-box :straight t
|
||||
:after (company)
|
||||
:hook (company-mode . company-box-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue