Fix completion-preview

This commit is contained in:
Alexander Rosenberg 2025-06-24 20:44:57 +09:00
parent 73530f887f
commit b7dd3010a0
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -1114,10 +1114,10 @@ visual states."
(use-package completion-preview
:ensure nil
:defer nil
;; adjust parens can shadow this if it is not bound to <tab>
:bind (:map completion-preview-active-mode-map
("<tab>" . #'completion-preview-insert))
:config
(add-to-list
'emulation-mode-map-alists
`((completion-preview-active-mode . ,completion-preview-active-mode-map)))
(global-completion-preview-mode 1))
;; corfu (autocomplete)